ios怎么自定义滑杆效果
发表于:2025-01-19 作者:千家信息网编辑
千家信息网最后更新 2025年01月19日,本篇内容介绍了"ios怎么自定义滑杆效果"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!先让我们看看效
千家信息网最后更新 2025年01月19日ios怎么自定义滑杆效果
本篇内容介绍了"ios怎么自定义滑杆效果"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!
先让我们看看效果:
主要实现的代码:
UIImage *thumbWithLevel(float aLevel){ float INSET_AMT = 1.5f; CGRect baseRect = CGRectMake(0, 0, 40, 100); CGRect thumbRect = CGRectMake(0, 40, 40, 20); UIGraphicsBeginImageContext(baseRect.size); CGContextRef context = UIGraphicsGetCurrentContext(); [[UIColor darkGrayColor] setFill]; CGContextAddRect(context, CGRectInset(thumbRect, INSET_AMT, INSET_AMT)); CGContextFillPath(context); [[UIColor whiteColor] setStroke]; CGContextSetLineWidth(context, 2); CGContextAddRect(context, CGRectInset(thumbRect, 2 * INSET_AMT, 2 * INSET_AMT)); CGRect ellipseRect = CGRectMake(0, 0, 40, 40); [[UIColor colorWithWhite:aLevel alpha:1] setFill]; CGContextAddEllipseInRect(context, ellipseRect); CGContextFillPath(context); NSString *numString = [NSString stringWithFormat:@"%0.2f",aLevel]; UIColor *textColor = (aLevel > 0.5) ? [UIColor blackColor] : [UIColor whiteColor]; UIFont *font = [UIFont fontWithName:@"Georgia" size:15]; NSMutableParagraphStyle *style = [[NSMutableParagraphStyle alloc] init]; style.lineBreakMode = NSLineBreakByCharWrapping; style.alignment = NSTextAlignmentCenter; NSDictionary *attr = @{NSFontAttributeName:font,NSParagraphStyleAttributeName:style,NSForegroundColorAttributeName:textColor}; [numString drawInRect:CGRectInset(ellipseRect, 0, 6) withAttributes:attr]; [[UIColor grayColor] setStroke]; CGContextSetLineWidth(context, 3); CGContextAddEllipseInRect(context, CGRectInset(ellipseRect, 2, 2)); CGContextStrokePath(context); UIImage *theImage = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); return theImage;}
在这里我们通过context的方法将图片画出了,对于性能有点要求,但是现在应该不在乎这点性能了
- (void)updateThumb{ if ((self.value < 0.98) && (ABS(self.value - previousValue) < 0.1f)) { return; } UIImage *customImg = thumbWithLevel(self.value); [self setThumbImage:customImg forState:UIControlStateHighlighted]; previousValue = self.value;}
通过滑块的值来使上面的值进行变化,更加的直观
[self setThumbImage:simpleThumb() forState:UIControlStateNormal]; [self addTarget:self action:@selector(startDrag:) forControlEvents:UIControlEventTouchDown]; [self addTarget:self action:@selector(updateThumb) forControlEvents:UIControlEventValueChanged]; [self addTarget:self action:@selector(endDrag:) forControlEvents:UIControlEventTouchUpOutside | UIControlEventTouchUpInside];
"ios怎么自定义滑杆效果"的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注网站,小编将为大家输出更多高质量的实用文章!
效果
滑杆
内容
性能
更多
知识
实用
直观
学有所成
接下来
代码
困境
图片
实际
情况
文章
方法
来使
案例
编带
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
有详细临床数据肿瘤数据库
富拉尔基网络安全培训
城区网络安全宣传青少年
xrd标准卡片没有数据库
糖豆人为什么显示服务器未连接
电脑网络安全绘画
数据库系统三级模式如何理解
扰乱计算机网络安全
网络安全平面设计构成图片
关系型数据库事务
在dos上怎么连接数据库
人人贷 服务器
内蒙软件开发费用
北京青年网络技术
医院网络安全管理员
绿色阅读网络安全书签制作
城市网络安全宣传
合肥理居网络技术有限公司
安捷信网络技术公司
服务器管理应该做那些事情
怎么保存链接到本地数据库
普陀区信息软件开发诚信服务
两台服务器传输文件的几种方式
wvs数据库
济祁高速茶庵服务器
陕西大专软件开发排名
重视网络安全关注学生成长为主题
网络安全管理工作平台
网络软件开发怎么学
服务器两块硬盘都坏了