FocusTvButton
FocusTvButton copied to clipboard
Instance member 'layer' cannot be used on type 'GradientView'
Facing this compilation issue after updating my pod to the latest version of FocusTvButton.
.../Pods/FocusTvButton/FocusTvButton/Source/FocusTvButton.swift:300:16: Instance member 'layer' cannot be used on type 'GradientView'
Sometimes the problem is that swift autocompletes "awakeFromNib" with "override class func awakeFromNib() {...}" but it supposed to be "override func awakeFromNib()"
Sometimes the problem is that swift autocompletes "awakeFromNib" with "override class func awakeFromNib() {...}" but it supposed to be "override func awakeFromNib()"
Thank you. It happened just as you said.