It looks like the systemItem property doesn't exist on the viewController.tabBarItem is there a way to set UIBarButtonSystemItem as an image for a UITabBarItem programmatically?
Thanks
It looks like the systemItem property doesn't exist on the viewController.tabBarItem is there a way to set UIBarButtonSystemItem as an image for a UITabBarItem programmatically?
Thanks
You can't use
UIBarButtonSystemItemicons with aUITabBarItem. Instead, useUITabBarSystemItemicons.