diff --git a/CJMethodLog/Base.lproj/Main.storyboard b/CJMethodLog/Base.lproj/Main.storyboard old mode 100644 new mode 100755 index bd5f1dd..7d56ded --- a/CJMethodLog/Base.lproj/Main.storyboard +++ b/CJMethodLog/Base.lproj/Main.storyboard @@ -1,11 +1,11 @@ - + - + @@ -155,6 +155,22 @@ + diff --git a/CJMethodLog/TestViewController.m b/CJMethodLog/TestViewController.m old mode 100644 new mode 100755 index 58d106b..6e389d2 --- a/CJMethodLog/TestViewController.m +++ b/CJMethodLog/TestViewController.m @@ -98,6 +98,10 @@ - (IBAction)clickManagerTest:(id)sender { [TestViewController managerTest]; } +- (IBAction)noImplementMethod:(id)sender { + [self performSelector:@selector(noImplement) withObject:nil]; +} + - (CGRect)test:(CGRect)rect { return CGRectMake(2, 7, 199, 3); }