TLTagsControl icon indicating copy to clipboard operation
TLTagsControl copied to clipboard

A nice and simple tags input control for iOS

Results 18 TLTagsControl issues
Sort by recently updated
recently updated
newest added

Dears, Can you support start tag from right to left ? Regards

Scroll stuck when scrolling list tag views

While using the TLTagscontrol in tableviewcell which is in edit mode, the edittextfield overlaps the already presented tags. How can we fix this problem. If no default tags are present...

When i am using in tableview cell then will showing white background. which unnecessary

In sample application , if you scroll the demoTagsControl several time it will get stuck and will stop scrolling anymore. Please help.

Currently using this library in one of my swift project. When trying to remove or add tags programatically it throws **[Swift._SwiftDeferredNSArray removeObjectAtIndex:]:** error when remove and **-[Swift._SwiftDeferredNSArray addObject:]:** Please help.

Would have just posted as one pull, but these changes are insignificant enough to the more major changes in my other upcoming pull I broke them out sedately.

I'm working on a mail client, and i want to auto adding tags (when leaving the filed that contain the destination email) without pressing return key enter. I mean may...

So I have this situation where duplicate tags are not allowed. So I was trying to check if the tag is already present in tags array and then decide If...