Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NavigationBarとTabBarの背景色を設定したい。2つの16進色を含むグラデーションである必要があります。どうすればObjective-cでそれを達成できますか?ありがとう、
これは、ナビゲーション バーとタブ バーの色を変更するのに役立ちます
UINavigationController *navigationController; ... navigationController.navigationBar.tintColor = [UIColor blackColor]; UITabBarController *tabBarCon; ... tabBarCon.tabBar.tintColor = [UIColor blueColor];