06 2016 档案

获取UILabel宽度的方法
摘要:/** 获取 label 的宽度 @param fontType 0:正常 1:粗体 2:斜体 */ - (CGFloat)getLabelWidth:(NSString *)text fontSize:(CGFloat)fontSize type:(NSInteger)fontType { UIL 阅读全文

posted @ 2016-06-28 01:32 活最好的自己 阅读(605) 评论(0) 推荐(0) 编辑

bug:clang: error: no input files
摘要:1.clang: error: no input files这个问题一般是因为你删除或者移动了某一个文件,但是在你的编译资源里面( project > target > Build Phases > Compile Sources)还存在它,只要在(project > target > Build 阅读全文

posted @ 2016-06-22 17:58 活最好的自己 阅读(1404) 评论(0) 推荐(0) 编辑

bug:[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
摘要:一,经历 1.问题出在给NSMutableDictionary类型的字典设置内容上. [_dictRateApp setObject:[NSNumber numberWithBool:NO] forKey:IS_SHOW_ALERT]; 2.很纳闷,打印当前字典的时候,key 是正确的, value 阅读全文

posted @ 2016-06-21 17:10 活最好的自己 阅读(2257) 评论(0) 推荐(0) 编辑

不错的 iOS 开发辅助工具
摘要:一,常用 1> iPhone 日志插件iConsole. 阅读全文

posted @ 2016-06-18 18:48 活最好的自己 阅读(278) 评论(0) 推荐(0) 编辑

自动布局踩过的坑
摘要:1> 占位符,可以通过让 label 的 top 和 textview 的 edgeinset 的 top相等,来调节位置. 阅读全文

posted @ 2016-06-12 20:27 活最好的自己 阅读(110) 评论(0) 推荐(0) 编辑

导航