I am using a custom stepper called KWSepper
, found on GitHub. I have used the protocol in my table view cell file. When trying to access the table view in a VC I get a fatal error on this line of code from the authored KWStepper
swift file:
public required init?(coder aDecoder: NSCoder) {
fatalError("KWStepper: NSCoding is not supported!")
}