Closed jh97uk closed 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
You have to import TagListView and it works fine.
import 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