开发者

UIModalPresentationFormSheet on iPhone

开发者 https://www.devze.com 2023-01-16 03:54 出处:网络
How can I make a Modal View\'s presentation style UIModalPresentationFormSheet (or som开发者_如何学编程ething what looks like it) on an iPhone?

How can I make a Modal View's presentation style UIModalPresentationFormSheet (or som开发者_如何学编程ething what looks like it) on an iPhone?

Thanks in advance!


You can't using the built-in frameworks.

You'll have to write your own code to show a view modally that doesn't fully obscure the underlying view, unless someone else has already done that and released it publicly.


You also might wanna checkout the following open source project:

https://github.com/KitchenStories/charleene

0

精彩评论

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