I am fairly skilled iOS developer and wan't to implement a rotating wheel as illustrated below:
The wheel will consist of one big ring, i.e. the wheel itself, and a number of views spread out on it, in this case illustrated as circles with labels inside.
When the use drags on one of these views, the entire wheel should rotate, moving the views (circles) around, but keeping them horizontally stationary, as illustrated below:
I am both looking for examples of something similar already implemented or links to tutorials, that might help get closer to a solution. Any hints will be helpful.
Edit: Solution
Combining the answer below and this other answer I finally got a fully working spinning wheel with stationary views. Thank you.