swift3 - Swift 3 Triggered Segue with variable -
i have tableview static cells - menu.
articles
reading list
etc...
the cells linked other storyboards , called triggered segue show
i want use same view controller articles , reading list, change query db.
how can tell view controller tableviewcell loaded it?
if tableview static (having fixed number of each style cell), can try indexpath
.if tableview dynamic, can divide menu, articles, reading list different uitableviewcell
classes, , distinguish them checking cell's class
Comments
Post a Comment