-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help to get this started. #102
Comments
it does not look to work. I'm on swift 4 |
I am facing the same issue. On God, what's the solution for this? |
set tab items in init() not in viewdidload like this import UIKit
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the step i took,
1)Install pod 'TabPageViewController'
2) code for my ViewCOntroller
`import UIKit
import TabPageViewController
class ViewController: TabPageViewController {
}`
Then I run and get error as attched.
Please help! thank you very much!!
The text was updated successfully, but these errors were encountered: