ios - Button Does Not Segue on First Click -


i have view controller segues multiple other view controllers. 1 of segues clicking on collection view cell , add button, both work perfectly.

however added uibarbutton item segues view controller , have created segue in main.storyboard instead of programmatically, issue when run app on phone, button not respond, if click on collection view cell segue works fine , when go using navigation bar button , press on uibarbutton segues when pressed fine.

why this, why segue when segue occurred?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -