-
Notifications
You must be signed in to change notification settings - Fork 42
Horizontal direction not working unexpected #58
Copy link
Copy link
Open
Description
I'm using CollectionView in same app sometime vertical and some times horizontal, unfourtunilty some time the property ignored for no reason, in same page i've 5 instances in same screen, 3 working fine (horizontal) and 2 ignoring the property from the proxy.
I'm sure @philet have same issue, and his workaround by set horizontal ad default value, but it's not enough in case i need both vertical and horizontal in same app
From
[TiUtils intValue:[[self proxy] valueForKey:@"scrollDirection"] def:kScrollVertical];To
[TiUtils intValue:[[self proxy] valueForKey:@"scrollDirection"] def:kScrollHorizontal];Any help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels