The documentation says:
If the value of the property is YES, the scroll view stops on multiples of the view bounds when the user scrolls. The default value is NO.
well it's really nice that it stops on multiples of the view bounds when the user scrolls ;) But how many multiples? how's that beeing calculated? I get a really weird behavior. I have 15 little 50x50 images alligned vertically. How can I set up that it would stop on every 50 units scrolled, or on every image? it does stop once on top, once in the middle and once at the end. It's not the behavior I've expected.