当前位置:
代码迷
>>
Iphone
>> UITableView滚动条位置解决思路
详细解决方案
UITableView滚动条位置解决思路
热度:
16
发布时间:
2016-04-25 06:11:24.0
UITableView滚动条位置
如何定位UITableView滚动条位置,我现在一个页面中,有3个菜单,3个菜单使用了同一个UITableView,只是数据不一样,我想每次点击的时候,滚动条都恢复最初的在最上边!
------解决方案--------------------
试试这个:
tableview.contentOffset = CGPointZero
查看全文
相关解决方案
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高度自适应