Skip to content

Instantly share code, notes, and snippets.

@ov1d1u
Created September 21, 2015 14:02
Show Gist options
  • Save ov1d1u/792757b4df430c8775ed to your computer and use it in GitHub Desktop.
Save ov1d1u/792757b4df430c8775ed to your computer and use it in GitHub Desktop.
for (UIView *subview in [[[UIApplication sharedApplication] keyWindow] subviews]) {
if ([subview isKindOfClass:NSClassFromString(@"UITransitionView")]) {
[subview removeFromSuperview];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment