-1

Hi I am working with the UISearchDisplay controller.working fine But it is showing like Apple's Default one.But I need like below imageenter image description here

But in app it is showing like below

enter image description here

I am using working with the Storyboard.

Desdenova
  • 5,326
  • 8
  • 37
  • 45
Bittoo
  • 579
  • 7
  • 21
  • you need to customise as per your need. – Mahendra May 10 '16 at 06:41
  • that's what i am asking is there any way to display the searchBar in navigationBar like above – Bittoo May 10 '16 at 07:01
  • Here is answer of your question : http://stackoverflow.com/questions/36542549/customize-search-bar/36543336#36543336 or you can also refer http://stackoverflow.com/questions/36597324/changing-searcher-icon-when-user-start-typing/36598350#36598350 – Mahendra May 10 '16 at 08:01
  • So we need to customize other componants like searchBar But what about display Controller is that disaplay based on searching string.I am using NSPredicate for disaplying strings. – Bittoo May 10 '16 at 08:08
  • Yes, we definitely can customise search bar. – Mahendra May 10 '16 at 08:26
  • Thankyou very much – Bittoo May 10 '16 at 08:28

1 Answers1

0

No, you can't customise it. If you want it to look different, roll your own from a UITextField and a UIButton.

Brett Donald
  • 6,745
  • 4
  • 23
  • 51