ios - UISearchDisplayController Issue -


i trying implement uisearchdisplaycontroller in existing tableview whenever try search covers view. please check below screen shot more detail idea.

i using xcode 7 beta , ios9 simulator.

enter image description here enter image description here

here when start searching covers screen.

enter image description here

i search none of solution worked me.

just tried similar test project on xcode 7 without auto layout , works fine me: enter image description here enter image description here

what view hierarchy like? perhaps top bar on view preventing search bar moving up?


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -