Is it possible to rotate the view in the form of a circle using the animation in the iPhone. here to mention what should be interactive as the user will interact with the icons on it ..: P
Yes, using CGAffineTransformMakeRotation . For example:
view.transform = CGAffineTransformMakeRotation(M_PI);