From b361a55094cb64149cb1543c0c76c99be00a3da3 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Mon, 7 Jan 2013 21:38:52 +0100 Subject: Updated UI to get rid of tab bar control in the next-next wizard while adding bean collection. Tab bar only visible on first scene --- .../UserInterfaceState.xcuserstate | Bin 30411 -> 31984 bytes iBean/iBean/BeanCollectionListViewController.m | 2 +- iBean/iBean/iPhoneStoryboard.storyboard | 134 ++++++++++----------- 3 files changed, 68 insertions(+), 68 deletions(-) diff --git a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate index 4948f3e..7042894 100644 Binary files a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate and b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/iBean/iBean/BeanCollectionListViewController.m b/iBean/iBean/BeanCollectionListViewController.m index dc16847..c7adf33 100644 --- a/iBean/iBean/BeanCollectionListViewController.m +++ b/iBean/iBean/BeanCollectionListViewController.m @@ -50,7 +50,7 @@ if ([segue.identifier isEqualToString:@"NewBeanCollectionInfoSegue"]) { //Tell the view controller that we'll be adding/handling a new bean collection - BeanCollectionInfoViewController *infoViewController = segue.destinationViewController; + BeanCollectionInfoViewController *infoViewController = (BeanCollectionInfoViewController *)[[segue.destinationViewController viewControllers] objectAtIndex:0]; //Create new bean collection and pass it on to the next view controller! self.beanCollection = [(AppDelegate*) [[UIApplication sharedApplication] delegate] createBeanCollection]; diff --git a/iBean/iBean/iPhoneStoryboard.storyboard b/iBean/iBean/iPhoneStoryboard.storyboard index 2f5d54b..304377c 100644 --- a/iBean/iBean/iPhoneStoryboard.storyboard +++ b/iBean/iBean/iPhoneStoryboard.storyboard @@ -28,9 +28,6 @@ - - - @@ -47,14 +44,14 @@ - + - + @@ -125,7 +122,7 @@ - + @@ -163,14 +160,14 @@ - + - + - + + + + + + + + + + + + @@ -241,32 +234,16 @@ - + - + - @@ -292,21 +269,33 @@ + + + + + + + + + + + - + + - + - + - + - + @@ -316,26 +305,16 @@ - + - + - - + + + + + - + - + - + + + + + + + + + + + + + + + + + + + + @@ -491,6 +491,6 @@ - + \ No newline at end of file -- cgit v1.2.3