Skip to content

Instantly share code, notes, and snippets.

@jcesarmobile
Created January 24, 2020 13:50
Show Gist options
  • Select an option

  • Save jcesarmobile/55e658da6f564a697428afa7fb3dc4ac to your computer and use it in GitHub Desktop.

Select an option

Save jcesarmobile/55e658da6f564a697428afa7fb3dc4ac to your computer and use it in GitHub Desktop.
@implementation UIStatusBarManager (CAPHandleTapAction)
-(void)handleTapAction:(id)arg1 {
NSLog(@"handle tap");
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment