I\'m trying to set the font weight of a selected tab bar item to bold font. It seems as it has no effect. Any idea what is wrong. forState: .Normal works as exp
forState: .Normal
UITabBarItem.appearance().setTitleTextAttributes( [NSFontAttributeName: UIFont(name:"your_font_name", size:11)!, NSForegroundColorAttributeName: UIColor(rgb: 0x929292)], forState: .Normal)