Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. override func viewDidLoad() {
  2. super.viewDidLoad()
  3.  
  4. title = selectedEvent.match ( error: unexpectedly found nil while unwrapping an Optional value)
  5. tableView.rowHeight = UITableViewAutomaticDimension
  6. tableView.estimatedRowHeight = 300
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement