Is there a good UITabBarController Example?

后端 未结 2 960
忘了有多久
忘了有多久 2020-12-17 03:04

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

2条回答
  •  温柔的废话
    2020-12-17 03:56

    Here's one implementation of UITabBarController initialized in a UIViewController.

    The author also posted a github link to the xcode project.

提交回复
热议问题