Rounded corners for UITabBar
问题 I would like to create a UITabBar with rounded corners. Is there a way I can make the UITabBar have rounded corners? It would take the shape of the second picture. The app starts off with a tableView. When the user taps a topic, they are sent to a tabBar controller. -----edit----- This is my AppDelegate: func application(_application: UIApplication, willFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -> Bool{ let tabBarController = window?.rootViewController as!