简体   繁体   中英

Multiple SearchBar in NavigationBar

I'm new in developing applications on iOS and I'm trying to add into NavigationBar 2 SearchBar. One SearchBar is simple to add with:

searchController.searchBar.sizeToFit()
navigationItem.titleView = searchController.searchBar

but I don't know how can add 2 searchbar in navigationbar.

I would like to look like this:

在此处输入图片说明

I don't think there is any way to add multiple search bars in Navigation Bar. The best solution that I can suggest you according to your designs given above is to add two UITextFields or two UISearchBars in your ViewController and not in your Navigation Bar.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM