CCTextFieldEffects icon indicating copy to clipboard operation
CCTextFieldEffects copied to clipboard

how to use Hideo throght IBOutlet

Open neeraj92144 opened this issue 7 years ago • 0 comments

I am trying to implement HIdeo but not showing in my case. In storyboard I provide customClass for HideoTextField.

In code section ->

@IBOutlet weak var fullName: HoshiTextField!

// The size of the image relative to the original size when animated, default value is 0.7 self.fullName.imageScale = 0.9

// The image of the left container. self.fullName.image = here put my image name

but after putting all such code and doing all effort and I didn't see any change in my textfield like any sort of image on left side and textfield on right side with meterial design text up- down effect.

Please help me out otherwise the use of this lib. will be term as waste for me.

neeraj92144 avatar Mar 07 '18 05:03 neeraj92144