~rockstar/ubuntuone-ios-music/fix-crasher

« back to all changes in this revision

Viewing changes to Music/View Controllers/SettingsAuthenticationViewController.m

  • Committer: Tarmac
  • Author(s): Paul Hummer
  • Date: 2013-02-12 23:00:55 UTC
  • mfrom: (240.6.3 flurry-analytics)
  • Revision ID: tarmac-20130212230055-1j0h3uhfqyi9dem6
Add Flurry analytics

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    [self.spinner setHidden:YES];
93
93
}
94
94
 
 
95
#pragma mark - View controller lifecycle
 
96
 
 
97
- (void)viewWillAppear:(BOOL)animated {
 
98
    [super viewWillAppear:animated];
 
99
    [Flurry logEvent:EVENT_AUTHENTICATION_VIEW timed:YES];
 
100
}
 
101
 
 
102
- (void)viewDidDisappear:(BOOL)animated {
 
103
    [super viewDidDisappear:animated];
 
104
    [Flurry endTimedEvent:EVENT_AUTHENTICATION_VIEW withParameters:nil];
 
105
}
 
106
 
95
107
#pragma mark - Private methods
96
108
 
97
109
- (void)showAlert:(NSString *)message {