Skip to content

Instantly share code, notes, and snippets.

@jontelang
Created February 23, 2013 08:15
Show Gist options
  • Save jontelang/5018936 to your computer and use it in GitHub Desktop.
Save jontelang/5018936 to your computer and use it in GitHub Desktop.
asd
%hook UIView
-(void)drawRect:(CGRect)rect{
NSLog(@" - - - -- - - -- - - -- - - - -- - - - - %@", self);
self.layer.borderWidth = 2.0f;
%orig;
}
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment