I would like to permanently display a UISheetPresentationController for a UIViewController, while still showing the tabBar. Is this possible? Currently, the UISheetPresentationController is presented, but it covers up the tabBar like a normal modal presentation.
Asked
Active
Viewed 515 times
3
-
can you share any image of what do you want to achieve? – Teju Amirthi Jun 21 '22 at 19:20
-
I really don't know how to share an image because I cannot produce what I want. – Nate Mann Jun 21 '22 at 20:00
-
Something like presenting the sheet this way `tabBarController?.presentViewController(xxx)` and `tabBarController?.tabBar.isHidden = false` – Teju Amirthi Jun 21 '22 at 20:05
-
No, that does not work – Nate Mann Jun 22 '22 at 13:33
-
I saw this about related to the question you asked. I too am looking for a solution. https://developer.apple.com/forums/thread/708728 – vnchopra Aug 30 '22 at 07:19