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

Remove ParallaxHeader from UITableView #42

Open
sacrament opened this issue Apr 16, 2019 · 2 comments
Open

Remove ParallaxHeader from UITableView #42

sacrament opened this issue Apr 16, 2019 · 2 comments

Comments

@sacrament
Copy link

Hi,
Is there a way to remove the parallax header view from tableview?

thanks

@deibytb
Copy link

deibytb commented Nov 29, 2019

I didn't find a way to remove the parallax header. My solution is:

self.tableView.parallaxHeader.height = 0
let newView = UIView()
newView.backgroundColor = .white
self.tableView.parallaxHeader.view = newView

@ahmedsafadii
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants