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

Fix stopAnimating to prevent unnecessary scrolling #99

Merged
merged 3 commits into from
Jan 15, 2013

Conversation

pilot34
Copy link
Contributor

@pilot34 pilot34 commented Jan 14, 2013

I have search cell as first cell in my table view. And initially it is hidden by contentOffset.y = SearchCell.height.

But [self.scrollView.pullToRefreshView stopAnimating]; showing my cell because it reset contentOffset.y.

So i remove scrolling if it is unnecessary.

samvermette added a commit that referenced this pull request Jan 15, 2013
Fix stopAnimating to prevent unnecessary scrolling
@samvermette samvermette merged commit 52431a4 into samvermette:master Jan 15, 2013
@samvermette
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants