xcode - iOS - Push Segue not working even with NavController -
i'm trying set basic "newsfeed" function ios app, headlines in tableviewcontroller segueing simple viewcontroller display text of selected story. i'm using storyboards set segues, , can't work...
what i've done - started ctrl+dragging cell of tableview onto secondary viewcontroller , choosing "selection segue - push." clicked on segue , gave identifier "newsarticlesegue," , embedded tableview in navigation controller. i've got tableview data source hooked plist file well, although don't think have effect on segue, right?
all happens when run app , click on row of tableview gets highlighted blue. segue isn't working, tutorials i've found list steps, though that's that's needed...
can tell me missing? , thank in advance!
when create segue ib, can drag view controller (which did) or from table view cell, call segue if table view cell selected.
Comments
Post a Comment