아이폰1 [Swift 4.2] TabBar item title 색상변경 꼼꼼한 재은씨의 스위프트 실전편 330p 버전업이 되면서 예문에 나오는 코드에서 변형이 있다. change color and font in swift 4.2 원본 123456789101112if let tbC = self.window?.rootViewController as? UITabBarController { if let tbItems = tbC.tabBar.items { for tbItem in tbItems { // 폰트 색상 변경 tbItem.setTitleTextAttributes([NSAttributedStringKey.foregroundColor.rawValue: UIColor.gray], for: .disabled) tbItem.setTitleTextAttributes([NSAttribu.. 2019. 1. 22. 이전 1 다음