码迷,mamicode.com
首页 >  
搜索关键字:uitableviewcell    ( 739个结果
IOS-UITableView
课程要点:UITableView及其两种风格和三部分 UITableViewController UITableViewCell及其四种风格 通过代理给UITableView设置cell性能优化 tableView的其他代理方法UITableView及其两种风格和三部分 UITableView是一....
分类:移动开发   时间:2015-12-16 00:28:49    阅读次数:231
UI-9-UITableView
课程要点:UITableView及其两种风格和三部分 UITableViewController UITableViewCell及其四种风格 通过代理给UITableView设置cell性能优化 tableView的其他代理方法UITableView及其两种风格和三部分 UITableView是一....
分类:其他好文   时间:2015-12-15 14:11:09    阅读次数:155
iOS深入学习(UITableView系列4:使用xib自定义cell)
可以通过继承UITableViewCell重新自定义cell,可以像下面一样通过代码来自定义cell,但是手写代码总是很浪费时间,?12345678910111213141516171819202122232425262728293031323334//CustomTableViewCell.h文件...
分类:移动开发   时间:2015-12-15 11:59:33    阅读次数:303
如何修改UITableView每个cell的分隔线和左边的距离?
在ios7中,UITableViewCell左侧会有默认15像素的空白。这时候,设置setSeparatorInset:UIEdgeInsetsZero 能将空白去掉。但是在ios8中,设置setSeparatorInset:UIEdgeInsetsZero 已经不起作用了。下面是解决办法首先在vi...
分类:其他好文   时间:2015-12-14 14:22:34    阅读次数:120
UITableviewCell 点击事件与添加手势的冲突
#pragma mark - 添加手势隐藏键盘- (void)tabBackground{ UITapGestureRecognizer *tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tapO....
分类:其他好文   时间:2015-12-12 11:06:01    阅读次数:392
拖拉控件TableView的使用
拖拉控件TableView关系如下:并且要在cellForRow方法里面添加如下代码:-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ Firs...
分类:其他好文   时间:2015-12-11 09:54:10    阅读次数:115
IOS-开发日记24 - UITableViewCell点击两次才跳转解决办法
今天写项目的时候发现cell第一次点击的时候是选中一行,等点击第二次的时候才会跳转,在网上查了下解决办法,原来是在写代码的时候自动完成导致的,详细如下原因是因为错用成了这个函数[cpp]view plaincopy-(void)tableView:didDeselectRowAtIndexPath:...
分类:移动开发   时间:2015-12-09 18:55:34    阅读次数:347
如何得到自定义UITableViewCell中的按钮所在的cell
-(IBAction)button:(id)sender{ UITableViewCell* buttonCell = (UITableViewCell*)[sender superview]; NSUInteger row = [[tableView indexPathFor...
分类:其他好文   时间:2015-12-08 20:10:32    阅读次数:140
UITableView滑动动画+FPSLabel
主要使用了tableView的代理方法行将要显示的时候- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(nonnull NSIndexPath *...
分类:其他好文   时间:2015-12-08 14:22:27    阅读次数:153
swift学习之UITabelView ----UITableViewCell
swift学习之UITabelView ----UITableViewCell
分类:编程语言   时间:2015-12-08 08:45:25    阅读次数:189
739条   上一页 1 ... 23 24 25 26 27 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!