learn-co-students / swift-hellaCells-lab-houston-web-111918

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hella Cells

  1. Display a list using a UITableViewController.
  2. Segues from a tapped cell to a detail view controller.

Instructions

  1. Create a UITableViewController embedded in a UINavigationController. Name the subclass HellaMasterTableViewController.
  2. Program the tableview to load with 100 cells, each numbered 1 through 100.
  3. When a cell is tapped, it should take the user to a new screen (a subclass of UIViewController named HellaDetailViewController) with the same number as the tapped cell displayed full screen.

View Hella Cells on Learn.co and start learning to code for free.

About

License:Other


Languages

Language:Swift 100.0%