You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
How can I implement UINavigationController inside bottom sheet with auto height?
I have a UINavigationController with multiple UIVIewControllers and all views inside are constrained to the "superview" and I've tried using translatesAutoresizingMaskIntoConstraints = false with no success.
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
How does it look like? Can you share screenshot please?
And bottom sheet does not support auto height. But you can calculate the height of your inner viewController/navController and change the position of the sheet accordingly.
Hi there,
How can I implement UINavigationController inside bottom sheet with auto height?
I have a UINavigationController with multiple UIVIewControllers and all views inside are constrained to the "superview" and I've tried using
translatesAutoresizingMaskIntoConstraints = false
with no success.Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: