问题
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