Replies: 2 comments 3 replies
-
I haven't encountered this, but here are a few ideas to try as the fix. Here:
In order to prevent UIHostingControllers from messing with the navigation bar, you can try:
|
Beta Was this translation helpful? Give feedback.
-
Hello again! I have one more question regarding your coordinator implementation. I just love it! But I encountered a small problem. In a part of my app I need to present "modally" a view controller and get some selection data from the user back to the presenting view controller. What would be the best way to return the data back to the presenting view controller? I tried many different approaches but none of them was satisfying enough. Could you please advice? |
Beta Was this translation helpful? Give feedback.
-
Hello again :)
Another question. Have you tried pushing UIHostingController from UINavigationController? I encountered a weird issue following your implementation. I have a root UIHostingController embedded in UINavigationController. When I am pushing new UIHostingController with title and navigation bar item using standard pushViewController method, the title and the item do not appear smoothly when navigating / animating. Rather they are "jumping in" when the view finishes navigation. Have you encountered anything like that?
Beta Was this translation helpful? Give feedback.
All reactions