VIAnalyticsKit icon indicating copy to clipboard operation
VIAnalyticsKit copied to clipboard

VIAnalyticsKit is an open source software framework that makes it easy to catch the user's interaction in application.

Results 1 VIAnalyticsKit issues
Sort by recently updated
recently updated
newest added

+ (void)load { Method delegateOriginalMethod = class_getInstanceMethod([self class], @selector(setDelegate:)); Method delegateSwizzledMethod = class_getInstanceMethod([self class], @selector(vi_setDelegate:)); method_exchangeImplementations(delegateOriginalMethod, delegateSwizzledMethod); }