You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 I want to add tag or not. But I cannot control what happens on pressing return.
So I thought I, let the tag get added. I will check for the duplicate after that, and if present, I will programmatically remove it but there is no provision for that too.
If possible, can you please address this issue? At least support for removing tags programmatically.
The text was updated successfully, but these errors were encountered:
In fact you can remove a tag programmatically. TLTagsControl has *tags property which is kind of NSMutableArray class. This means that you can remove any object from this array using removeObject: method.
If you modify *tags property programmatically you should reload TLTagsControl by using reloadTagSubviews method.
@AntonKuznetsov The adults TLTagsControl this framework of prototype measurement for Pinyin words will automatically enter seeking help to solve the qq1031974317
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 I want to add tag or not. But I cannot control what happens on pressing return.
So I thought I, let the tag get added. I will check for the duplicate after that, and if present, I will programmatically remove it but there is no provision for that too.
If possible, can you please address this issue? At least support for removing tags programmatically.
The text was updated successfully, but these errors were encountered: