Is there a good UITabBarController example where it is NOT created in the appDelegate?
I would like to use a UITabBarController inside of a UIViewCo
Here's one implementation of UITabBarController initialized in a UIViewController.
The author also posted a github link to the xcode project.