Skip to content
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

Hi .. How to remove First Index Search bar #1

Closed
vivek1608 opened this issue Sep 17, 2019 · 1 comment
Closed

Hi .. How to remove First Index Search bar #1

vivek1608 opened this issue Sep 17, 2019 · 1 comment
Labels
❓Question Further information is requested

Comments

@vivek1608
Copy link

No description provided.

@YuigaWada
Copy link
Owner

If you don't need a search tab, add the following code before super.viewDidLoad().
self.needSearchTab = false

For Example.

class ViewController: PolioPagerViewController {
    
    override func viewDidLoad() {
        self.needSearchTab = false
        super.viewDidLoad()
    }
    ...

Check Example/ViewController.swift :)

@YuigaWada YuigaWada added the ❓Question Further information is requested label Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants