ElaWorkshop / TagListView

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

Use of undeclared type 'TagListView' #168

Closed jh97uk closed 6 years ago

jh97uk commented 6 years ago
import UIKit
class StoryViewController: UIViewController, TagListView{

Gives the error, Im using the latest library in my Podfile but everything appears fine in the interface builder...

Using Xcode 9 targeting iOS 10

YWinters commented 6 years ago

You have to import TagListView and it works fine.