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に行数があります。多くのアイテムがあることを人々に知らせるために、ビューが表示されたときにテーブルビューのスクロールバーを数秒間表示したいと思います。私が逃した方法や委任はありますか?
ありがとう
以下を使用できます。
[self.tableView flashScrollIndicators];
ただし、ユーザーが をスクロールしない限り、それらを表示することはできませんUITableView。
UITableView
UITableView は UIScrollView の一種なので、呼び出すことができますflashScrollIndicators
flashScrollIndicators