当前位置:
代码迷
>>
Iphone
>> UITableView的有关问题
详细解决方案
UITableView的有关问题
热度:
64
发布时间:
2016-04-25 06:42:25.0
UITableView的问题
是这样的,我想在UITableView的一行中显示两个Cell,左右排列,请问这个可以实现吗?
------解决方案--------------------
可以实现的。。自己把UITableView 重写下
------解决方案--------------------
自己写个UITableViewCell的子类,在每个cell的contentView上放置两个你自己的(cell),实际上是UIview。然后通过,UITableViewControler来控制数据就行了。
相关解决方案
UITableView 编者
关情纸尾-UIKit基础-UITableView
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath不执行的有关问题
UITableView 表视图编者
UITableView 设立BackGroundView
UITableView 加载图片 卡的有关问题
IPhone 之 UITableView 带搜寻
UITableView Grouped模式滑动内容时会触发重载事件,怎么取消
UITableView——点击某一行移动到指定位置
IOS UITableView 移除cell上之前的视图
ios uitableview header不随着滚动
IOS UITableView 图片文字重叠问题
UITableView 学习笔记1
IOS UItableview UIcollectionview cell高度自适应