objective c - Increasing width of UISearchDisplayController PopOver Results -


i have ipad app has uisearchbar in navigation bar. when enter text in search bar results automatically displayed in uipopovercontroller. that's great except popover's default size not wide enough needs. there way set width?

apple has done safari's search bar. popover displays search results bit wider default , have removed "results" title popover.

you'd need set contentsizeforviewinpopover property of uiviewcontroller that's being displayed in popover. i'm not sure how if it's automagically happening behind scenes.


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

c++ - Warning : overflow in implicit constant conversion -

php - Mysql PK and FK char(36) vs int(10) -