UIModalPresentationFormSheet on iPhone

醉酒当歌 提交于 2020-01-13 10:16:31

问题


How can I make a Modal View's presentation style UIModalPresentationFormSheet (or something what looks like it) on an iPhone?

Thanks in advance!


回答1:


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.




回答2:


You also might wanna checkout the following open source project:

https://github.com/KitchenStories/charleene



来源:https://stackoverflow.com/questions/3702653/uimodalpresentationformsheet-on-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!