开发者

my searchbar is expanding in landscape mode in simulator but not on device Iphone

开发者 https://www.devze.com 2023-01-22 08:14 出处:网络
On simulator when I switch from portrait to landscape in Tableview my searchbar expands. but on device it is not expanding.

On simulator when I switch from portrait to landscape in Tableview my searchbar expands. but on device it is not expanding.

Any Idea I am very upset due to that.开发者_C百科

Thanks.


Without seeing your code, it's hard to guess what the issue might be. Have you set the autoresizingMask on your search bar? I'm guessing you'll want it to expand width-wise, so you'll want autoresizingMask set to something like UIViewAutoresizingFlexibleWidth.

0

精彩评论

暂无评论...
验证码 换一张
取 消