objective-c - iOS UISearchBar如何第一次进来 直接加载数据
伊谢尔伦
伊谢尔伦 2017-04-17 17:02:55
0
1
541
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
洪涛

When no text is entered, the search results list (searchResultsTableView) will be automatically hidden.

When the result list is hidden, you can put any control under the searchbar to display it. Hot words and the like are usually a small collectionView.

Moreover, if any of the built-in effects of the system's searchBar conflict with your needs, you can also change it to textField, which will be more customizable, but many event responses need to be written by yourself.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template