I need something like a UIScrollview with flexible pageWidth.
As an example; my scollview has 5 buttons. The middle button is the widest. 2nd and 4th buttons have a smaller width. 1st and 5th button are the smallest in width.
| button 1 |    button 2    |        button 3        |    button 4    | button 5 |
How can I build something like that within a UIScrollView with paging enabled?