Skip to content

learn-co-students/swift-hellaCells-lab-dumbo-web-062518

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages