iOS7 when UIsearchbar added in UINavigationBar not showing cancel button

前端 未结 7 888
误落风尘
误落风尘 2020-12-03 01:33

I add UISearchBar above UINavigationBar and set UIsearchbar showsCancelButton YES, work fine in iOS6 but in iOS7 not showing cancel button. I used below code snippet

7条回答
  •  遥遥无期
    2020-12-03 02:06

    Since iOS 7 you can just set the property displaysSearchBarInNavigationBar to YES on the UISearchDisplayController to automatically get a UISearchbar in the NavigationBar.

提交回复
热议问题