摘要: //UILabel文字自适应 - (UILabel *)titleL{ if(_titleL ==nil){ _titleL = [[UILabel alloc] init]; /**设置文字*/ [_titleL setText:self.myMessModel.content]; [_title 阅读全文
posted @ 2015-11-08 21:29 TheYouth 阅读(331) 评论(0) 推荐(0) 编辑
摘要: iOS 9检测QQ、微信是否安装无效的解决方法 在info.plist里面添加LSApplicationQueriesSchemes(Array类型),然后插入weixin, wechat, mqq的string类型子项,如下图: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 阅读全文
posted @ 2015-11-08 19:12 TheYouth 阅读(910) 评论(0) 推荐(0) 编辑