Demo App: Tags aren't appearing in TagListView.
bfeher opened this issue · 2 comments
bfeher commented
Hi, slick control!
I used pod try AMTagListView
and chose option 2. I built using Xcode 6.1.1 (6A2008a), and ran using an iPhone 5s (8.1) simulator.
When hitting enter, the UITextField does empty, and the tag is created, but it never appears on screen.
After peeking under the hood I found this offending line of code:
Is there a reason for this line? After removing it things work properly, but I feel shady just removing lines of code without fully understanding the entire project.
Awesome control btw, thanks for sharing it! :D
bfeher commented
andreamazz commented
Hi @bfeher
Yup, my bad, that condition should be inverted, I'll fix it right away. Thanks!