How to use JVFloatLabeledTextField in objective c ?
Lyankar opened this issue · 2 comments
Lyankar commented
I'm using story board, I have lot of screens and multiple text fields in each screen. I successfully installed your VFloatLabeledTextField through pod and I imported #import "JVFloatLabeledTextField.h"
#import "JVFloatLabeledTextView.h" files. But I don't know how to use it. Can you please give small example for me.... Ex : firstNameTextField, lasdtNameTextField, ageNameTextField and mobileNumberNameTextField are my textfields in ViewControllerA. I imported #import "JVFloatLabeledTextField.h" #import "JVFloatLabeledTextView.h" files in ViewControllerA successfully. What next.
jverdi commented
Please see the example project included in this repo.
Lyankar commented
Thank u very much