05 2018 档案

摘要:``` //获取手机当前显示的ViewController - (UIViewController*)currentViewController{ UIViewController* vc = [UIApplication sharedApplication].keyWindow.rootViewController; while (1) { if ([vc isK... 阅读全文
posted @ 2018-05-08 14:54 davidyff 阅读(144) 评论(0) 推荐(0)