From df4ab54d3c954b2e92ea47a25891dba4a4f5e650 Mon Sep 17 00:00:00 2001 From: iStig Date: Fri, 4 May 2018 15:06:27 +0800 Subject: [PATCH] fix --- CJMethodLog/Base.lproj/Main.storyboard | 20 ++++++++++++++++++-- CJMethodLog/TestViewController.m | 4 ++++ 2 files changed, 22 insertions(+), 2 deletions(-) mode change 100644 => 100755 CJMethodLog/Base.lproj/Main.storyboard mode change 100644 => 100755 CJMethodLog/TestViewController.m 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); }