Skip to content

Instantly share code, notes, and snippets.

@ShoMasegi
Created September 11, 2018 07:57
Show Gist options
  • Save ShoMasegi/2b725011aebd35a31ebc20a4302447b4 to your computer and use it in GitHub Desktop.
Save ShoMasegi/2b725011aebd35a31ebc20a4302447b4 to your computer and use it in GitHub Desktop.
hatena_WithoutStoryboard_tableviewcell
class EventTableViewCell: UITableViewCell, Reusable {
....
override init(style: UITableViewCellStyle, reuseIdentifier: String?) {
super.init(style: style, reuseIdentifier: reuseIdentifier)
setupSubviews()
}
required init?(coder aDecoder: NSCoder) { fatalError() }
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment