06 2016 档案
textFiled的placeHolder字体颜色
摘要:self.title=@"修改UITextField的placeholder字体颜色"; UITextField *textTF=[[UITextField alloc]initWithFrame:CGRectMake(20,130,300,30)]; textTF.placeholder=@"修改 阅读全文
posted @ 2016-06-27 14:15 拿起放不下 阅读(1315) 评论(0) 推荐(0)
cocoa pods升级至最新版
摘要:sudo gem install cocoapods 阅读全文
posted @ 2016-06-24 11:05 拿起放不下 阅读(109) 评论(0) 推荐(0)
iOS9系统分享失败问题解决
摘要:因为iOS9系统需要设置打开QQ和微信的白名单,如果出现无法分享或者直接提示分享失败,试一下在infoPlist中添加以下白名单 http://wiki.mob.com/ios9-对sharesdk的影响(适配ios-9必读)/ 阅读全文
posted @ 2016-06-02 15:56 拿起放不下 阅读(451) 评论(0) 推荐(0)