ios - Transitioning from a TableView to Webview in Xcode 6.4 using Objective-C -
im new coding in xcode , im struggling transition between above mentioned scenes. can create , use each scene separately since cells in tableview aren't created till build initiated, dont know how connect separate rows webview. grateful
you'll need more web view; you'll need uiviewcontroller subclass (a scene) contains web view.
now have 2 scenes: uitableviewcontroller, , view controller containing web view.
control-drag prototype cell in first scene second scene. means: when cell tapped, trigger segue.
Comments
Post a Comment