objective c - Storyboard doesn't push a view when i use "perform segue with identifier " Method -
i using storyboard normal transition between views use "performsegue identifier". there 1 view controller whom push using segues(with correct identifiers),the class associated controlled gets called story board doesn't load view. there 1 warning
unbalanced calls begin/end appearance transitions <parsingviewcontroller: 0xa294940>.
also when print navigation controller array shows previous view getting called twice(i.e. parsingviewcontroller)
navigation array ( "<logincontroller4: 0x8d86830>", "<parsingviewcontroller: 0x8c9e760>", "<parsingviewcontroller: 0xa294940>", "<uiviewcontroller: 0x8ec31f0>"
)
i sitting issue hours, not able push view controller using segue.
google message , see lots of information on topic. here 1 may help: unbalanced calls begin/end appearance transitions <uitabbarcontroller: 0x197870>
Comments
Post a Comment