ScrollView contentOffset not taking effect if set in tss but OK as setContentOffset method
ScrollView
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.ScrollView
contentOffset
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.ScrollView-property-contentOffset
setContentOffset
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.ScrollView-method-setContentOffset
Sample Project and screen shots attached
* Run on iPhone Simulator (Xcode 4.6.3/iOS 6.1)
* See that image is not offset on startup and see that property contentOffset does not take effect (in tss)
* Click on Label "Center" and see that method setContentOffset works fine
No comments