Closed iheart2code closed 8 years ago
Basically, just need to implement required public init(coder aDecoder: NSCoder) instead of throwing a fatalError.
required public init(coder aDecoder: NSCoder)
fatalError
Basically, just need to implement
required public init(coder aDecoder: NSCoder)
instead of throwing afatalError
.