Skip to content

Please help to get this started.  #102

@coder-efay

Description

@coder-efay

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.
screen shot 2019-02-06 at 9 52 20 am

Please help! thank you very much!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions