ZFTokenField icon indicating copy to clipboard operation
ZFTokenField copied to clipboard

iOS custom view that let you add token view inside like NSTokenField

Results 8 ZFTokenField issues
Sort by recently updated
recently updated
newest added

hi, library is awesome. I'm trying to use in tableview cell with with a view & assigning custom class to ZFTokenField, row height to "UITableViewAutomaticDimension" property. but it is not...

Similar to issue #20 Can anyone help me here. How to dismiss keyboard?

...ent size. Added margin to all edges. Invoked [self setup] in initWithCoder: to enable Storyboards.

Sometimes, you need to show a list of items, without adding and removing features. Possible solution: In ZFTokenField.h file ``` - (BOOL)tokenFieldShouldBeginEditing:(ZFTokenField *)textField; ``` In ZFTokenField.m file ``` - (BOOL)textFieldShouldBeginEditing:(ZFTokenTextField...

I have added `ZFTokenView` inside a `UITableViewCell`. At run time clicked inside the textfield and popped back to my previous view controller. Then again I came back to the view...

I found the textField‘s placeholder can't show up.. does someone know how can I fix it ?THX in advance