iossnapToAlignment enum('start', 'center', 'end')
When snapToInterval
is set, snapToAlignment
will define the relationship of the snapping to the scroll view. - start
(the default) will align the snap at the left (horizontal) or top (vertical) - center
will align the snap in the center - end
will align the snap at the right (horizontal) or bottom (vertical)
Please login to continue.