摘要: 这个方法唯一的不好就是会影响导航栏的translucent(透明)属性 方法2:找出黑线,再做处理: // 找到这个黑线 - (UIImageView *)findHairlineImageViewUnder:(UIView *)view { if ([view isKindOfClass:UIIm 阅读全文
posted @ 2017-10-19 17:42 怡情_老二 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 对于 Label 需要支持复制、超链接监听最好的方案就是使用UITextView 代替Label 设置TextView支持超链接 TextView 默认超链接点击 是应用外跳转 要想实现应用内跳转,需要遵循 UITextViewDelegate 实现UITextViewDelegate代理方法,拦截 阅读全文
posted @ 2017-10-19 17:11 怡情_老二 阅读(1151) 评论(0) 推荐(0) 编辑