1

I am new to ios developpement and I am just trying to figure out the best way to do the following tasks:

It is the first time that I will try to use search bar, I would like to implemented like apple mail native apps, what I like about apple native app search is when u click inside the textfield of the search bar , all the emails will disappear and instead there is a suggestion research "search suggestion" are proposed like following picture: ( sorry i am a french guy)

enter image description here

Well I don’t know if it is a new tableview over the email tableview or it is the same email tableview and the customisation was hard coded.

Thank you all for advices

Wael
  • 411
  • 1
  • 6
  • 19
  • https://stackoverflow.com/questions/5095477/uisearchbar-in-navigationbar – Kumar KL Mar 05 '18 at 14:46
  • the link above not answering my question about search suggestion – Wael Mar 05 '18 at 15:01
  • Depends on you requirements and data you want to sort. But in general cells for suggestions is different to cells from content, so perhaps it should be different controller. In mail it's definitely different controller. – MichaelV Mar 05 '18 at 15:29
  • @MichaelVorontsov so that mean i have to handle two UItableviews (Show/hide when search is cliked) ? – Wael Mar 05 '18 at 16:44

0 Answers0