Rotate UIBarButtonItem

后端 未结 4 550
时光说笑
时光说笑 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:36

    You could put a UIButton inside a Bar Button Item, than rotate the UIButton.

提交回复
热议问题