AppDelegate.swift文件中,增長 UITabBar.appearance().tintColor = UIColor.orange
ios
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { UITabBar.appearance().tintColor = UIColor.orange // Override point for customization after application launch. return true }
Editor>Refactor to Storyboardswift
pod init
app
# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'leqiHanZiIOS' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! pod 'Alamofire' # Pods for leqiHanZiIOS end
pod install
ide
or防止更新庫ui
pod install --no-repo-update
spa