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.
何か(nilではない)を返すと、sectionIndexTitlesForTableViewUITableViewのデフォルトのscrollViewスクロールインジケーターが消えます。どうすればそれを示すことができますか?
sectionIndexTitlesForTableView
あなたは呼び出すことができます
[self.tableView flashScrollIndicators];
点滅して、そこにいることをユーザーに示します。これは通常 に入れviewDidAppearます。
viewDidAppear
それは実際に点滅しscroll indicatorsます。
scroll indicators