How To Create a Rotating Wheel Control with UIKit

First of all, thank you sooo much for sharing your code and creating such a wonderful tutorial. I’ve ported it over to C# and am using it in one of my projects.

I have 2 things I am completely stumped on and would love to know to do it. I’ve tried several things but I’m not great at trig :).

  1. I’d like to be able to change where the “currentSector” is. For instance, if the imageview that is selected appears in the bottom center of the screen, then it is the currentSector.
  2. If I want the position of the actual images not to rotate. I’m going for the ferris wheel effect.

Any help, suggestions or direction would be greatly appreciated.