iphone - From view to child table view -
can start view based based app , when button touched jump "child view" navigationbar , button go main view?
also...would violation of apple's store rules?
sure - trick have navigation controller present, use
setnavigationbarhidden:yes animated:no
to make hidden in root view. in child views there pushing them normal use
setnavigationbarhidden:no animated:yes
in viewwillappear
. (tweak animated property make way prefer)
i don't think violates rules, have used in app visual main menu pushes child views , can pop them return visual main menu showing no navigation bar.
Comments
Post a Comment