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-17247] iOS: Add contentSize to scrollView event #7433

Merged
merged 3 commits into from
Nov 12, 2015

Commits on Nov 12, 2015

  1. added contentSize property to scroll event

    The 'scroll' event for [Titanium.UI.ScrollView](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.ScrollView) does not send back the contentSize for the scroll view. Having the content size is useful when adding items to the bottom of the view based on user scrolling (nearing the end). Tableview does have this, in TiUITableView.m in eventObjectForScrollView.
    ludolphus authored and hansemannn committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    d198a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2d5f5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd17262 View commit details
    Browse the repository at this point in the history