XCode - Navigation Controller Push Segue - Pass Data between Views and Skip Navigation Sequence
问题 I have 2 questions about this storyboard test project. I am new to Xcode, and I can't find solution to this problem. This is Storyboard setup View Controller A is Root View Controller. View B and View C extend from it separetely. Table View extends from View C. View B has 2 buttons - To Table View and to View B. (I forgot to add textField on View B, and segue from B to A) 1) Button To Table View pushes Table View. Table Cell contains a string. Pressing the cell, view goes back to View