viewController.title is nil after init of Google analytics
问题 I followed Google analytics doc to add it to my swift app I have done all that is said there, and yet my code fails in run time. Here is my code in AppDelegate: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -> Bool { loadGoogleAnalytics() chooseAndLuanchStoryboard() initMembersAfterViewControllerInit() return true } func loadGoogleAnalytics() { // Configure tracker from GoogleService-Info.plist. var configureError:NSError?