aalittle / ALCustomTabBarController

Custom UITabBarController for use in iPhone applications.
www.myroles.ca
76 stars 15 forks source link

Navigation problem #5

Open ronak248 opened 10 years ago

ronak248 commented 10 years ago

hi i have used ALtabbarcontroller in my application.. when i have used this tabbarcontroller.. navigation bar poptoroot view controller called animation is not occuring even i have set YES for that.. when i used UItabbarcontroller then its working can u please help me.. because i have to use custom tabbar and this animation is not working while pop controller.

paul3a commented 9 years ago

@aalittle - looks like you have a bug in viewDidAppear of ALTabBarController... you're calling [super viewWillAppear] instead of [super viewDidAppear]. I think this is the cause of the problem. I recommend making this one liner fix.