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

[TIMOB-13418] iOS: ListView pullView support #4407

Merged
merged 8 commits into from Jun 24, 2013
Merged

[TIMOB-13418] iOS: ListView pullView support #4407

merged 8 commits into from Jun 24, 2013

Conversation

vishalduggal
Copy link
Contributor

PR for TIMOB-13418

New property - pullView
New events

  1. pull - Fired when user drags ListView past the top edge of pullView bounds).
    This events has a single custom argument active of type boolean.
    True when pullView is completely visible, false when it becomes partially visible.
    The spec states contentOffset but that will not be provided for parity reasons.
  2. pullend - Fired when user stops dragging and pullView is completely visible.

Test case is in comments

}
if (_pullViewWrapper == nil) {
_pullViewWrapper = [[UIView alloc] init];
_pullViewWrapper.backgroundColor = [UIColor lightGrayColor];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be clearcolor in case the tableview has a custom background color?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved over from tableView. Spec says nothing so keeping old behavior.

@WhichKatieDid
Copy link
Contributor

Notes left, but otherwise good.

@srahim
Copy link
Contributor

srahim commented Jun 24, 2013

Code re-reviewed and APPROVED

@srahim
Copy link
Contributor

srahim commented Jun 24, 2013

Functionally Tested and APPROVED

srahim added a commit that referenced this pull request Jun 24, 2013
[TIMOB-13418] iOS: ListView pullView support
@srahim srahim merged commit 7e43019 into tidev:master Jun 24, 2013
@vishalduggal vishalduggal deleted the timob-13418 branch October 27, 2014 19:12
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

3 participants