技术文章分类(180)

技术随笔(11)

摘要: UICollectionView cellForItemAtIndexPath not called解决办法: self.automaticallyAdjustsScrollViewInsets = NO;//解决cellForItemAtIndexPath not called问题我也不是很清楚原... 阅读全文
posted @ 2014-08-11 21:17 坤哥MartinLi 阅读(910) 评论(0) 推荐(0) 编辑
摘要: ios UIView setFrame not working:很奇怪吧,又不报错,打印frame正常,可就是frame set无效。最简单的方法取interface builder 对该xib取消选择auto layout; 阅读全文
posted @ 2014-08-11 19:06 坤哥MartinLi 阅读(1396) 评论(0) 推荐(0) 编辑
摘要: 1,UITableViewCellStyleDefault- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSStrin... 阅读全文
posted @ 2014-08-11 15:22 坤哥MartinLi 阅读(276) 评论(0) 推荐(0) 编辑