ios TableView那些事(三十 二)Tableview一直显示滚动条

来源:互联网 发布:列管换热器 计算软件 编辑:程序博客网 时间:2024/05/29 19:47

今天有个人问我Tableview如何一直显示滚动条
tableview 继承uiscrollView
滚动条属性属于scrollview ,
scrollview文档方法里面有设置这个方法如下

  • (void)flashScrollIndicators; // displays the scroll indicators for a short time. This should be done whenever you bring the scroll view to front.
 [self.tableView flashScrollIndicators];
0 0
原创粉丝点击