上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页

2016年7月1日

bug: 在使用HMSegmentedControl时,设置selectionIndicatorEdgeInsets对左右边界没有用

摘要: 若设置了 self.tabSegmented.selectionStyle = HMSegmentedControlSelectionStyleFullWidthStripe; 则必须使用selectionIndicatorStyleFullWidthEdgeInsets. 阅读全文

posted @ 2016-07-01 16:43 活最好的自己 阅读(821) 评论(0) 推荐(0) 编辑

2016年6月28日

获取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) 编辑

2016年6月22日

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 活最好的自己 阅读(1403) 评论(0) 推荐(0) 编辑

2016年6月21日

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) 编辑

2016年6月18日

不错的 iOS 开发辅助工具

摘要: 一,常用 1> iPhone 日志插件iConsole. 阅读全文

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

2016年6月12日

自动布局踩过的坑

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

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

2016年5月27日

git 常用命令

摘要: 一, git 常用命令 按时间来打印 git 的 log 日志,适用于一个分支 git log master..anchor_moments --author=liuzhu --pretty=format:"%an, %ar : %s" --after="2019-06-15" --no-merge 阅读全文

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

2016年5月24日

常见 bug

摘要: 1.发言时,输入框中输入多个空格. 阅读全文

posted @ 2016-05-24 16:51 活最好的自己 阅读(99) 评论(0) 推荐(0) 编辑

2016年5月23日

某个 UIView的dealloc方法不执行

摘要: 一,可能情况: 1> timer 没有清楚 2> 循环引用 3> block引用了实例变量。 二,查找到结果竟是 1> 没有使用 property 创建的属性,默认是强引用,会造成循环引用. 2> 错误代码: 调用处如下: 导致循环引用. 阅读全文

posted @ 2016-05-23 16:17 活最好的自己 阅读(1706) 评论(0) 推荐(0) 编辑

2016年5月18日

bug:无法给图片加边框

摘要: 一,经历 1.错误代码 2.从网上一搜,实验之后才发现第二句应该是 3.至于为什么,有时间再研究吧. 阅读全文

posted @ 2016-05-18 18:50 活最好的自己 阅读(125) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页

导航