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
I am using this library to add users in a group. I am facing an issue if I want to remove the user, actually I want to change the select tag text color and backdroud color of the tag when I select the already added tags.
Appreciate for your help
The text was updated successfully, but these errors were encountered:
My problem solved, I can change the selected cell background colour in this function.
override func populate(withToken token: ResizingTokenFieldToken) {
if let token = token as? CreateFriendsGroupViewController.Token {
nickName.text = token.title
nickName.backgroundColor = token.bgColor
nickName.textColor = token.textColor
}
}
I am using this library to add users in a group. I am facing an issue if I want to remove the user, actually I want to change the select tag text color and backdroud color of the tag when I select the already added tags.
Appreciate for your help
The text was updated successfully, but these errors were encountered: