Slide 65
Slide 65 text
Aspect Oriented
Programming
- (NSDictionary *)analyticsConfiguration {
return @{
@"trackedScreens" : @[
@{@"class" : @"ISTMainViewController",
@"label" : @"Main screen"}
],
@"trackedEvents" : @[
@{@"class" : @"ISTMainViewController",
@"sel" : @"loginWithFacebook:",
@"label" : @"Login with Facebook"},
@{@"class" : @"ISTFacebookViewController",
@"sel" : @"failedToConnect:",
@"label" : @"Facebook connection failure"},
]
};
}