colinfwalsh / hella-cells-ios-0616

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 FISHellaMasterTableViewController and set the accessibility identifier (not the label) of the table view controller's view to "Table".
  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 FISHellaDetailViewController) with the same number as the tapped cell displayed full screen. Set the `UILabel's accessibility label (not the identifier) to "bigNumber".

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

About

License:Other


Languages

Language:Objective-C 88.3%Language:Shell 6.7%Language:Ruby 5.0%