Guest User

Untitled

a guest
Nov 21st, 2017
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. class MainViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, ActionButtonDelegate {
  2.  
  3. @IBOutlet weak var tableView: UITableView!
  4.  
  5. let dataArray = [
  6. [
  7. “title”: “Title1”,
  8. “phoneNumber”: “8888888888”,
  9. “email”: “test@email.com”],
  10. [
  11. “title”: “Title2”,
  12. “phoneNumber": "5555555555",
  13. "email": "test2@email.com"],
  14. [
  15. "title": "Title3",
  16. "phoneNumber": "2222222222"
  17. "email": "test3@email.com"],
  18. ]
Add Comment
Please, Sign In to add comment