开发者

Build out a custom modal view

开发者 https://www.devze.com 2023-01-26 15:16 出处:网络
I am looking to build out a custom modal view for an ipad app. I thought I could simply use the built in modal view controller ability and then customize it\'s appearance to fit开发者_JAVA技巧 my desi

I am looking to build out a custom modal view for an ipad app. I thought I could simply use the built in modal view controller ability and then customize it's appearance to fit开发者_JAVA技巧 my designs. Turns out that's not true. Any good advice or documentation on how I would go about doing so. My Objective-C knowledge is limited.


Turns out that's not true.

Turns out it's not true that that's not true.

Your job is do create a custom view controller and design its view in any way you want. Then present it modally with presentModalViewController:animated:afte setting its modalPresentationStyle according to your needs.

0

精彩评论

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