yos-social-objc icon indicating copy to clipboard operation
yos-social-objc copied to clipboard

Do not return the top most view controller

Open myaug opened this issue 10 years ago • 1 comments

File YahooSession.m, after line 195 should add this code to get the top view controller: while (self.rootViewController.presentedViewController) { self.rootViewController = self.rootViewController.presentedViewController; }

myaug avatar Oct 19 '14 10:10 myaug

How does this differ from popToRootViewControllerAnimated? (Sorry, I just started learning iOS programming.)

drewfish avatar Oct 20 '14 16:10 drewfish