The init changed, the code that fixed the issue is this oneinit() { super.init(frame: CGRectZero, style: UITableViewStyle.Plain) initialize() } required init(coder aDecoder: NSCoder) { super.init(coder: aDecoder) initialize() } init(frame: CGRect) { super.init(frame: frame, style: UITableViewStyle.Plain) initialize() } override init(frame: CGRect, style: UITableViewStyle) { super.init(frame: frame, style: style) initialize() }
Topic:
Programming Languages
SubTopic:
Swift
Tags: