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: enter image description here below it's print of referred method: enter image description here

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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -