ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.64k stars 492 forks source link

Can't use in Interface Builder. #122

Closed MehulSojitra16 closed 7 years ago

MehulSojitra16 commented 7 years ago

Hi,

I am trying to add a TagListView in Interface Builder by assiging a "TagListView" class to UIView but it doesn't allow me to use it. I am using xcode - 8.3.1 and 1.2.0 version of TagListView.

Here is the issues which i'm facing: i) Unknown class _TtC6Upmyle11TagListView in Interface Builder file. i

ii) Unknown class TagListView in Interface Builder file. ii

I have added it using CocoaPods.

Cee commented 7 years ago

Try: Module - TagListView

MehulSojitra16 commented 7 years ago

Now Its working. Thank you...