I would like to have a horizontal scrolling UIScrollView with paging enabled. The pages in this scrollview have different widths, so the scrolling distance differs from page to page.
The goal is to make a picker for different points in time, e.g.:
| Now | Yesterday evening | Last Week | Last Month |
^ ^ ^ ^ <- stopps here
Here | Now |
has a smaller width than | Yesterday evening |
. When paging through this values, the scrollview should stop at the center of the according value.
Is that possible?