-
Notifications
You must be signed in to change notification settings - Fork 43
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
Not able to change the direction of scroll (Horizontal) in ios #90
Comments
It's a duplicate of #58 . I have a working version (using a quick and dirty fix) at: |
not able to find 3.0.1 ios directory . |
It’s a zip file in the iOS directory on the branch
… On 26 Mar 2018, at 15:11, SYN-nikhilbahalkar ***@***.***> wrote:
not able to find 3.0.1 ios directory .
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#90 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAkVwSO9_hGJnet8sMTQrScs1EBthwsnks5tiOj0gaJpZM4Sx0RR>.
|
Thanks a lot buddy ..!!! It worked for me . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi ,
I am trying to change the scroll direction to horizontal in waterfall layout for that I am using following code:
var collectionView = TiCollectionView.createCollectionView({
backgroundColor: 'white',
templates: { 'template': myTemplate },
defaultItemTemplate: 'template',
scrollDirection: "SCROLL_HORIZONTAL",
layout: "LAYOUT_WATERFALL",
});
using this I am not able to see any changes not even changed my collection view layout to waterfall.
Thanks in advance .
The text was updated successfully, but these errors were encountered: