objective c - Custom Tab Bar using storyboard -


hello experienced ios developer new storyboard, using custom tab bar in storyboard using custom segue works fine (i can successful switch desired tab). when wan add more controllers selected tab using "show" or "push" segue app crash. googled many hours did not find solution. 1 me how resolve issue .enter image description here

from above image main report vc tab controller added via custom segue wan push right 1 controller colored red tab controller, crash app.

have @ this implementation. have custom tab bar controller in app , made 1 based on solution. it's easy understand , uses storyboards well.

i did not make it. credit goes mhaddl.

you should not use push segues tab bar controller, meant used navigation controller instead.

if want error leads crash please provide crash log info.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -