Added a flag to disable scrolling after section closing + weak block reference#43
Open
natalia-osa wants to merge 4 commits intoOliverLetterer:masterfrom
Open
Added a flag to disable scrolling after section closing + weak block reference#43natalia-osa wants to merge 4 commits intoOliverLetterer:masterfrom
natalia-osa wants to merge 4 commits intoOliverLetterer:masterfrom
Conversation
Author
|
Seems it would be useful to make Travis scripts to update the whole configuration of the cocoapods: http://stackoverflow.com/questions/35563329/cocoapods-frameworks-sh-error-no-such-file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When user closed a section, the tableView did scroll this way, that closed section was on the top of the screen. This change adds a flag, which by default behaves the same way as the old code, but if set to NO - disables this jumping.