diff --git a/StoryboardXibControllerDemo/StoryboardXibControllerDemo.xcodeproj/project.pbxproj b/StoryboardXibControllerDemo/StoryboardXibControllerDemo.xcodeproj/project.pbxproj index 3ca61d0..2bba3f2 100644 --- a/StoryboardXibControllerDemo/StoryboardXibControllerDemo.xcodeproj/project.pbxproj +++ b/StoryboardXibControllerDemo/StoryboardXibControllerDemo.xcodeproj/project.pbxproj @@ -18,6 +18,7 @@ 3C55628818DE261400989DBE /* Storyboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C55628718DE261400989DBE /* Storyboard.storyboard */; }; 3C55628B18DE265900989DBE /* FirstView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C55628A18DE265900989DBE /* FirstView.xib */; }; 3C55628F18DE266800989DBE /* XibViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C55628E18DE266800989DBE /* XibViewController.m */; }; + 3C5EBDD01A08341B0025191A /* ThirdView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C5EBDCF1A08341B0025191A /* ThirdView.xib */; }; 3CF8DCDB18ED0C5200A8CA8A /* StoryboardXibController.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 3CF8DCDA18ED0C5200A8CA8A /* StoryboardXibController.podspec */; }; 3CF8DCDE18ED0C5800A8CA8A /* LICENSE.md in Resources */ = {isa = PBXBuildFile; fileRef = 3CF8DCDC18ED0C5800A8CA8A /* LICENSE.md */; }; 3CF8DCDF18ED0C5800A8CA8A /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 3CF8DCDD18ED0C5800A8CA8A /* README.md */; }; @@ -121,6 +122,7 @@ 3C55628718DE261400989DBE /* Storyboard.storyboard */, 3C55628A18DE265900989DBE /* FirstView.xib */, 3C0D62E31994020600F30D08 /* SecondView.xib */, + 3C5EBDCF1A08341B0025191A /* ThirdView.xib */, 3C55628D18DE266800989DBE /* XibViewController.h */, 3C55628E18DE266800989DBE /* XibViewController.m */, ); @@ -207,6 +209,7 @@ 3CF8DCDF18ED0C5800A8CA8A /* README.md in Resources */, 3C55626618DE22B300989DBE /* Images.xcassets in Resources */, 3CF8DCDE18ED0C5800A8CA8A /* LICENSE.md in Resources */, + 3C5EBDD01A08341B0025191A /* ThirdView.xib in Resources */, 3C0D62E41994020600F30D08 /* SecondView.xib in Resources */, 3C55628818DE261400989DBE /* Storyboard.storyboard in Resources */, ); diff --git a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/FirstView.xib b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/FirstView.xib index 210e112..e7bfa3b 100644 --- a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/FirstView.xib +++ b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/FirstView.xib @@ -1,7 +1,7 @@ - + - + @@ -26,16 +26,16 @@ - + - + diff --git a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/SecondView.xib b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/SecondView.xib index 8a5096a..ce1773d 100644 --- a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/SecondView.xib +++ b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/SecondView.xib @@ -1,8 +1,7 @@ - + - - + @@ -22,16 +21,16 @@ - + - + - + - + - + - + + + @@ -192,6 +201,7 @@ + diff --git a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/Storyboard.storyboard b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/Storyboard.storyboard index a84d6b2..f33ff0c 100644 --- a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/Storyboard.storyboard +++ b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/Storyboard.storyboard @@ -1,7 +1,7 @@ - + - + @@ -17,17 +17,34 @@ + - + - + + + + + + + + + + + + + + + + + @@ -42,22 +59,46 @@ + + + + - + + + + + + + + + + + + + + + + + + + + + + + + - - - - + diff --git a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/ThirdView.xib b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/ThirdView.xib new file mode 100644 index 0000000..bdc18a6 --- /dev/null +++ b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/ThirdView.xib @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/XibViewController.m b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/XibViewController.m index b19e0d5..8aef39a 100644 --- a/StoryboardXibControllerDemo/StoryboardXibControllerDemo/XibViewController.m +++ b/StoryboardXibControllerDemo/StoryboardXibControllerDemo/XibViewController.m @@ -36,7 +36,7 @@ - (void)viewDidLoad - (IBAction)segueThroughParentWithSenderText:(id)sender { - [self.storyboardXibController performSegueWithIdentifier:@"Second" sender:@"YES"]; + [self.storyboardXibController performSegueWithIdentifier:@"Next" sender:@"YES"]; } - (void)storyboardXibLoadedBy:(StoryboardXibController *)storyboardXibController