WQPermissionRequest icon indicating copy to clipboard operation
WQPermissionRequest copied to clipboard

权限判定及手动请求权限

Results 3 WQPermissionRequest issues
Sort by recently updated
recently updated
newest added

- (UIViewController *)currentViewController 这个方法,最后取值不严谨,可能存在数组越界的情况 UIView *frontV = [[window subviews] objectAtIndex:0]; id nextReqoner = [frontV nextResponder]; if ([nextReqoner isKindOfClass:[UIViewController class]]) { currentVC = nextReqoner; }else { currentVC = window.rootViewController; } return...