xcode - unwindToList and custom tableViewCell -
xcode - unwindToList and custom tableViewCell -
i have vc contains tableview. tableview uses custom tableviewcell xib file.
how can link(click drag storyboard) button in custom tableviewcell unwindtolist action in vc tableview located?
you have first type unwindtolist method in fist view controller. show select when control-drag button exit icon in dock of custom tableviewcell view controller.
here go downwards part titled "create unwind segue navigate back": https://developer.apple.com/library/ios/referencelibrary/gettingstarted/roadmapios/secondtutorial.html
does help?
xcode uitableview tableviewcell
Comments
Post a Comment