更换阿里推送,消息页面,以及部分bug修复
This commit is contained in:
@@ -529,6 +529,12 @@ CGAffineTransform GetCGAffineTransformRotateAroundPoint(float centerX, float ce
|
||||
while (topVC.presentedViewController) {
|
||||
topVC = topVC.presentedViewController;
|
||||
}
|
||||
if ([topVC isKindOfClass:[UITabBarController class]]) {
|
||||
topVC = [(UITabBarController *)topVC selectedViewController];
|
||||
}
|
||||
if ([topVC isKindOfClass:[UINavigationController class]]) {
|
||||
topVC = [(UINavigationController *)topVC topViewController];
|
||||
}
|
||||
return topVC;
|
||||
}
|
||||
+(void)showAlerWithTitle:(NSString*)title withMsg:(NSString*)msg{
|
||||
|
||||
Reference in New Issue
Block a user