How can I make a Modal View's presentation style UIModalPresentationFormSheet (or something what looks like it) on an iPhone?
Thanks in advance!
How can I make a Modal View's presentation style UIModalPresentationFormSheet (or something 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.