How can I make a Modal View's presentation style UIModalPresentationFormSheet (or something what looks like it) on an iPhone?
Thanks in advance!
Present Modally - Presents a view controller overtop the current view controller in various fashions as defined by the modal presentation and transition style - most commonly used to present a view controller in a sheet that animates up from the bottom. Example: Selecting Face ID & Passcode in Settings.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With