Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 UITableView 中有行数。为了让人们知道有很多项目我想在视图出现时显示几秒钟的 tableview 滚动条。有没有我错过的方法或委托?
谢谢
您可以使用:
[self.tableView flashScrollIndicators];
但是,除非用户滚动UITableView.
UITableView
因为 UITableView 是 UIScrollView 的一种,所以可以调用flashScrollIndicators
flashScrollIndicators