Rotate UIBarButtonItem

后端 未结 4 426
时光说笑
时光说笑 2021-01-14 16:10

I want to rotate a UIBarButtonItem.

I have been able to do this with UIButtons using setTransform:CGAffineTransformMakeRotation(…)

4条回答
  •  星月不相逢
    2021-01-14 16:48

    Have you tried using a custom view inside the UIBarButtonItem that you then transform any way you want?

提交回复
热议问题