Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5439] iOS: Expose the setContentOffset:animated: method to false

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsanimate, ios, scrollview, tbs-1.9.0
ReporterFrancisco Antonio Duran Ramirez
AssigneeEric Merriman
Created2011-10-04T11:11:24.000+0000
Updated2018-08-02T17:31:55.000+0000

Description

Problem:

Customer is using scrollView and need to scroll to a specific point WITHOUT the smooth scrolling (no animation). In the native iPhone SDK there is more arguments to setContentOffset, ie: [scrollView setContentOffset: bottomOffset animated: YES]; Where "animated: NO" means no animation to the scrolling.

Expected behavior.

Customer wants to scroll to specific point without the smooth scrolling.

Additional information:

Section:Scrolling to a Specific Offset http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/UIScrollView_pg/ScrollingViewContent/ScrollingViewContent.html https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/TiUIScrollView.m#L172

Associated HD Ticket:

APP-212915

Comments

  1. Ingo Muschenetz 2011-10-07

    This was incorrectly put into the TISTUD project.

JSON Source