Created
December 1, 2014 19:03
-
-
Save nakaji-dayo/53cc47c7f76be16bdcc1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat { | |
| return UITableViewAutomaticDimension | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment