Closed n1schal closed 4 years ago
Hi, I think you can implement delegate method tagsViewDidChange(tagsView: RKTagsView)
and compare current tags array with previous. Previous tags array should be cached somewhere. Then if count of current tags is bigger than count of previous tags, you can select tag by selectTag(at: index)
How can this be done?