Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 5    Views: 125

nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
11/18/13 03:02 PM (12 years ago)

iOS 7 core

Is there a replacement for this method [BT_viewControllerManager showParentApp];
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/18/13 03:24 PM (12 years ago)
Do you mean the BT v3 iOS core? If so, there is no BT_viewControllerManager anymore… A few of the names have changed. Purportedly to protect the innocent... Try [BT_viewController showParentApp]; Cheers! -- Smug
 
tb
buzztouch Evangelist
Profile
Posts: 2050
Reg: Nov 03, 2011
Oxford
32,300
like
11/18/13 03:32 PM (12 years ago)
iOS 7 Core is on its way at midnight anyways!
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
11/18/13 06:14 PM (12 years ago)
I am using the dev copy that was handed out a few weeks back. I havn't seen that particular function anywhere in the project. There is a method on stack overflow that might work. N:D
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
11/20/13 12:47 AM (12 years ago)
Tell us what that approach will help you to achieve? We sit at your feet to learn ... :-)
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
11/20/13 10:33 AM (12 years ago)
All I was doing with that function is sending the user to the root view controller. Stackoverflow shows that this function should do the same thing. [self.navigationController popToRootViewControllerAnimated:true]; Havn't had a chance to test it yet though.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.