码迷,mamicode.com
首页 >  
搜索关键字:uitableview delete按钮    ( 2136个结果
ios8 UITableViewCell添加view出现错乱的原因
ios8UITableViewCell添加view出现错乱的原因:-(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath:(NSIndexPath*)indexPath返回的高度小于44,解决的办法只需高度大于44就哦了。
分类:移动开发   时间:2014-10-08 17:09:16    阅读次数:221
iOS 去掉UItableview header(footer)view黏性(sticky)?
#pragma mark -- UIScrollViewDelegate 代理 #pragma mark 去掉UItableview headerview黏性(sticky) - (void)scrollViewDidScroll:(UIScrollView *)scrollView {     CGFloat sectionHeaderHeight = 40;     if (s...
分类:移动开发   时间:2014-10-08 15:07:05    阅读次数:473
Android的ExpandableListView的动画展开效果和使用traceview的性能优化
Android的原生提供和展开分组的ListView:ExpandableListView,然而相比于iOS上原生提供的UITableView,其UI能力不足,比如没有原生的动画展开和收起效果支持。然而性能的优化是没有止境的,当分组内的子view(childView)变得复杂,或者ListView的...
分类:移动开发   时间:2014-10-08 03:43:04    阅读次数:255
iOS常用设计模式——适配器Adapter
本文介绍了iOS常用设计模式中的Adapter,Adapter在Objective-C中通常使用对象型Adapter,这种设计模式常用的场景是遗留代码复用和类库迁移等,iOS程序员在使用UITableView时,通常都会用到这种设计模式。...
分类:移动开发   时间:2014-10-08 00:32:04    阅读次数:235
Loaded the nib but didn't get a UITableView
在新建一个 TableView 的时候, 程序出现如下错误:Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UITableViewController loadView]...
分类:其他好文   时间:2014-10-07 01:58:52    阅读次数:454
测试SDWebImage淡入淡出效果在UITableView中的重用显示问题
测试SDWebImage淡入淡出效果在UITableView中的重用显示问题这个是在上一篇教程的基础上所添加的测试环节!效果图(从效果图中看是没有任何重用问题的):源码:ImageCell.h 与ImageCell.m//// ImageCell.h// SDWebImageFade//// ...
分类:Web程序   时间:2014-10-05 10:06:38    阅读次数:313
[IOS]Type 'NSObject' does not conform to protocol 'NilLiteralConvertible'
在使用一个cell的时候发生的, func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { let cell = tableV...
分类:移动开发   时间:2014-10-04 19:12:06    阅读次数:223
05-UITableView(微博)
分类:其他好文   时间:2014-10-04 02:56:05    阅读次数:120
04-UITableView(固定行高)
分类:其他好文   时间:2014-10-04 01:35:45    阅读次数:294
监测uitableview 向上滑动和向下滑动的事件
- (void)scrollViewDidScroll:(UIScrollView *)scrollView{ CGFloat height = _varietyTableView.frame.size.height; CGFloat distanceFromButton = _vari...
分类:其他好文   时间:2014-09-28 19:03:43    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!