开发者

Same View for landscape and Portrait in Splitview

开发者 https://www.devze.com 2023-02-22 23:21 出处:网络
I want same view in portrait and landscape in splitview in iPad Application. In portrait I get rootviewcontroller as popOver. I don\'t want that. It shoul开发者_如何转开发d be same as it is displayed

I want same view in portrait and landscape in splitview in iPad Application. In portrait I get rootviewcontroller as popOver. I don't want that. It shoul开发者_如何转开发d be same as it is displayed in landscape mode. Is it possible?


Well, I'm afraid that the term same is a bit confusing here. There is no problem for you to develop a similar view, but evidently with other size and proportions. You can perfectly dismiss the popover on the portrait mode, and compose your new view with a tableview controller at the left side of the screen.

0

精彩评论

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