I have read here a lots of questions and answers regarding segues
and story board
, and i became even more confused about the way i build the hierarchy between views
My questions are very basic and simple, and i think they may be helpful to others :
1.In a simple words, when should i use push
, modal
, or costume
segues ?
2.When go from view1
to view2
to view3
,how should i go back from 3
to 1
? can i just drag a segue from 3 back to 1? and what happens with 2 and 3 with memory aspects in that case ?
3 when dismissing
a view, why it always go back to the previous view? is there a way to make a segue that dismiss automatically the previous view ?
I think a very simple and short summing on the way it works would be so helpful. thanks.