maxep / MXParallaxHeader

Simple parallax header for UIScrollView
MIT License
1.73k stars 251 forks source link

Input field become first responder makes content offset change #39

Closed rordeix closed 5 years ago

rordeix commented 8 years ago

I'm using the parallax header as a header for a collection view, the idea is to have a header, collapsable to certain point, with a search field and other stuff. The thing is when the user click or the search field becomes first responder, the content offset of the header seems to be changed and makes the collection view scrolls down. I'm not sure if is a problem of the library, but just wanted to let you know. I'm going to get it working by myself.

trungnguyen1791 commented 7 years ago

@rordeix Did the offset's change make your collection view's frame move down a bit? Can you share something about your working on it? Thanks

gerasumit commented 7 years ago

I am facing the same issue but with UITableView.

meghs91 commented 5 years ago

@rordeix do you have any suggestion on how to fix this issue?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

gsoykan commented 5 years ago

I am also facing the same issue with a collection view. Any help would be much appreciated.

bhargavsejpalindianic commented 5 years ago

Same issue