Me Mark Wilkinson UH grad in Comp. Eng. Former DotNetter, now full- time mobile developer at ChaiOne. Head of the C#UG for the last 3 years. Wednesday, November 20, 13
Wire-up the Root ViewController • Set the Class of the Root VC to be your TSViewController • Change base class of TSViewController to UITableViewController Wednesday, November 20, 13
Onto the drill-down, add a new ViewController, add a WebView control+click the prototype cell, then drag onto the added View Controller, choose ‘Push’ segue Wednesday, November 20, 13
name the segue that you just created from the tableViewCell to the DetailsViewController set identifier of the prototype cell to “giftCell” Wednesday, November 20, 13