Can UIMenuItem show UIImage?

后端 未结 3 1881
春和景丽
春和景丽 2021-01-23 11:51

I saw that it\'s possible — iBooks application does it.

Is it any way to do it?

3条回答
  •  深忆病人
    2021-01-23 12:21

    I wrote a category to support image for UIMenuItem. It's based on method swizzling, but should be safe in most cases.

    https://github.com/cxa/UIMenuItem-CXAImageSupport

提交回复
热议问题