-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
Here is the step i took,
1)Install pod 'TabPageViewController'
2) code for my ViewCOntroller
`import UIKit
import TabPageViewController
class ViewController: TabPageViewController {
let tabPageViewController = TabPageViewController.create()
let vc1 = UIViewController()
let vc2 = UIViewController()
override func viewDidLoad() {
super.viewDidLoad()
tabPageViewController.tabItems = [(vc1, "First"), (vc2, "Second")]
}
}`
Then I run and get error as attched.

Please help! thank you very much!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels