I need to implement a picker which would behave like you are picking a planet out of many on the same orbit.Search for some library I could customize yielded no results.So far I tried creating a custom circular layout for a UICollectionView, but the default scrolling won't do, as I need more of a paging behavior.I want the closest item to be the largest one and the selected one, so when I scroll the sizes would adjust dynamically. Having some sort of snapping like in UIPickerView or page control for the red (selected) view would be ideal.
Any ideas?
P.S: thought of using UIKit Dynamics, but couldn't come up with anything