Skip to content

UIViewController+Swizzled . log current viewcontroller. 打印当前 viewcontroller

License

Notifications You must be signed in to change notification settings

uldh/AppCodeAnalysis

Repository files navigation

AppCodeAnalysis

1.安装方法: pod 'AppCodeAnalysis'

2.使用方法:

  • (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

#if DEBUG

SWIZZ_IT

#endif

}