Sometimes Xcode when overrides methods adds class func
instead of just func
. Then in static method you can’t see instance properties. It is very easy to overlook it. That was my case.
Sometimes Xcode when overrides methods adds class func
instead of just func
. Then in static method you can’t see instance properties. It is very easy to overlook it. That was my case.