我想將tabBar
標題的字體設置爲ubuntu,但是我無法設置它。如何設置目標中的tabbar標題的字體-c
我寫下面的代碼爲:
self.tabBarController.navigationController.navigationBar.titleTextAttributes =
@{NSForegroundColorAttributeName: [UIColor whiteColor],
NSFontAttributeName:[UIFont fontWithName:@"Ubuntu" size:9.0f]};
檢查字體正確與否添加其他嘗試這種添加其他字體和檢查一次 –
是的字體添加正確 – Harshit