FocusTvButton icon indicating copy to clipboard operation
FocusTvButton copied to clipboard

Instance member 'layer' cannot be used on type 'GradientView'

Open Riya3189 opened this issue 6 years ago • 2 comments

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'

Riya3189 avatar Feb 08 '19 08:02 Riya3189

Sometimes the problem is that swift autocompletes "awakeFromNib" with "override class func awakeFromNib() {...}" but it supposed to be "override func awakeFromNib()"

elonmaxhimself avatar Apr 13 '21 21:04 elonmaxhimself

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.

yusuf-keskin avatar Nov 16 '21 18:11 yusuf-keskin