ios - Custom Tab Bar with details view -
i'm creating custom tab bar based on tutorial: https://github.com/codepath/ios_guides/wiki/creating-a-custom-tab-bar
everything fine when want segue view controller "details view", details view covers bottom bar menu. behaviour logical i'm pushing new view controller how have in order keep bottom bar visible , functional?
i'm using segue because need pass data. need custom bar because functionality , difficult implement using apple's one.
any tips or suggestions? thanks
edit: here "tab" working when tap on row navigate "details" view
in details view, bottom bar not visible.
have tried setting hidesbottombarwhenpushed = false
details view?
Comments
Post a Comment