In UITabBarController, I am placing the tab bar on top of the screen using below code :
self.tabBar.frame = CGRectMake(0,0,UIScreen.mainScreen().bounds.width,50)
This works perfectly on iOS 10. But when the same app is installed on iOS11. It placing at the bottom only and not moving up.
Realy dont know what has changed in iOS11
But
How to move tabbar up for iOS 11