Search code examples
ios5uimenucontroller

Can UIMenuItem show UIImage?


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

Is it any way to do it?


Solution

  • 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