iphone - TabBars and iOS 7 -


i have uitabbarcontroller i'm pushing controller on top of using uinavigationcontroller. on ios 6 , below, tabbar of parent controller slides away , toolbar of new view controller presented. on ios 7 tabbar doesn't animate away if run code [self.navigationcontroller settoolbarhidden:yes animated:no];

edit - okay narrowed problem ios 7 not respecting hidesbottombarwhenpushed property, followed answers in hidesbottombarwhenpushed ignored in ios 7 didn't work. view pushed has toolbar buttons , buttons responding touches, it's tabbar on top of toolbar.

in ios7 need set property hidesbottombarwhenpushed yes on presented controller instead of presenter controller hides tabbar.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -