首页
学习
活动
专区
圈层
工具
发布
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    iOS隐私安全:用户协议及隐私政策弹框(包含超链接属性、demo支持中英文切换)

    弹框的实现步骤: 1、自定义TextView,采用富文本属性进行内容设置attributedText(包括下划线NSUnderlineStyleSingle、超链接NSLinkAttributeName 、颜色NSForegroundColorAttributeName...103902362 获取资源下载链接 1.1 采用富文本属性进行内容设置 attributedText 包括下划线NSUnderlineStyleSingle、 超链接NSLinkAttributeName 、 颜色NSForegroundColorAttributeName...addAttribute:NSFontAttributeName value:kPingFangFont(13) range:str4Range]; [attrStr addAttribute:NSForegroundColorAttributeName...addAttribute:NSFontAttributeName value:kPingFangFont(13) range:str2Range]; [attrStr addAttribute:NSForegroundColorAttributeName...addAttribute:NSFontAttributeName value:kPingFangFont(13) range:str4Range]; [attrStr addAttribute:NSForegroundColorAttributeName

    2.8K30

    带动画渐进效果与颜色渐变的圆弧进度控件设计 原

    value:[UIFont systemFontOfSize:15] range:NSMakeRange(attri.length-1, 1)];         [attri addAttribute:NSForegroundColorAttributeName...value:[UIFont systemFontOfSize:15] range:NSMakeRange(attri.length-1, 1)];         [attri addAttribute:NSForegroundColorAttributeName...NSFontAttributeName value:[UIFont systemFontOfSize:15] range:NSMakeRange(attri.length-1, 1)];     [attri addAttribute:NSForegroundColorAttributeName...NSMutableAttributedString alloc]initWithAttributedString:_tipLabel.attributedText];     [attr addAttribute:NSForegroundColorAttributeName...NSFontAttributeName value:[UIFont systemFontOfSize:15] range:NSMakeRange(3, 1)];     [attri addAttribute:NSForegroundColorAttributeName

    1.6K20
    领券