I can't override a method of a class imported from cocoapods in swift -
i've installed pod cocoapods named swifthsvcolorpicker. it's working fine. when try subclass 1 class of pod (which public class), it's given error when trying override method hueandsaturationselected(hue:saturation:) saying method doesnt exist in class.below it's print of subclass: below it's print of referred method:
if try create class inside same folder of class swifthsvcolorpicker, says swift not supported static libraries. (besides fact dont know if class remain there in case of new pod install ). how override method?
Comments
Post a Comment