Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import UIKit
  2.  
  3. class MyViewController: UIViewController, UITableViewDataSource {
  4. // Do stuff
  5. }
  6.  
  7. func tableView(tableView: UITableView!, numberOfRowsInSection section: Int) -> Int{ }
  8.  
  9. func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement