I want to rotate a UIBarButtonItem.
UIBarButtonItem
I have been able to do this with UIButtons using setTransform:CGAffineTransformMakeRotation(…)
UIButton
setTransform:CGAffineTransformMakeRotation(…)
Have you tried using a custom view inside the UIBarButtonItem that you then transform any way you want?