Can somebody tell me please how can I move title of UITabBarItem for example 2px to top?
Update for Swift 3
Put this code inside UITabBarController:
UITabBarController
UITabBarItem.appearance().titlePositionAdjustment = UIOffset(horizontal: 0, vertical: -5)
Credit goes to Tim Brown