In this post, we will see how to resolve Unwind segue results in black screen? UITabBarController with embedded VCs and segues Question: I have the following hierarchy for my app: UITabBarController, first tab is a BrowseVC (another UIViewController). BrowseVC has ...

In this post, we will see how to resolve Present SwiftUI view over UITabBar / UITabBarController Question: I am switching some screens of my app to use SwiftUI and now i have the structure as follows: window?.rootViewController is a UITabBarController ...

Question: I am trying to create a tab bar controller with a navigation controller. I am trying to achieve this programmatically. Here’s the willConnectTo method in my Scene delegate: And here are the 2 view controllers: The screenshot below shows ...

Question: I have a problem that is taking me time to solve… It is about the way my UITabBarController class interacts with the rest of the view controllers it owns. This is what I have thought for my application. I ...

Question: I have a tabBarController with a curved tabBar via caShapeLayer. My issue is the rectangular frame tabBar clips the bottom of children viewControllers. My goal/hope was to go under and clip the bottom by the curved frame. See image ...

Question: I tried to change icon’s color with UITabBar.appearance().unselectedItemTintColor but it works only with systemImage and doesn’t highlight image, only text. I also tried .accentColor but Xcode says it will be deprecated. Answer: You can use foregroundColor in this case. ...