Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. override func numberOfSectionsInTableView(tableView: UITableView) -> Int {
  2. // Return the number of sections.
  3. return 1
  4. }
  5.  
  6. override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
  7.  
  8. // Return the number of rows in the section.
  9.  
  10. return 3
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement