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 .
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
Post a Comment