Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. tableView.rowHeight = UITableViewAutomaticDimension
  2.  
  3. override func willAnimateRotationToInterfaceOrientation(toInterfaceOrientation: UIInterfaceOrientation, duration: NSTimeInterval)
  4. {
  5. self.tableView.reloadData()
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement