Skip to content

Instantly share code, notes, and snippets.

@yat1ma30
Created October 24, 2014 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yat1ma30/dd320bb3cf393f4fc7de to your computer and use it in GitHub Desktop.
Save yat1ma30/dd320bb3cf393f4fc7de to your computer and use it in GitHub Desktop.
cellのviewWithTag()がいつでもnil ref: http://qiita.com/ottati/items/707d2d16b9c1c0dacfb5
var titleLabel = cell.viewWithTag(1) as UILabel
self.tableView.registerClass(UITableViewCell.self, forCellReuseIdentifier: "news")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment