cxa / MenuItemKit

UIMenuItem with image and closure(block) action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error on call `installTo` servalTimes

starFelix opened this issue · comments

if call the installTo servalTimes, you will find self which was catched by block still the same one.
And I found that, the installTo was hooked once. It made that if you call the installTo servalTimes, the action wouldn't be invoked at all.

no answer, and it's closed....what?

Sorry this is auto closed by git commit, I though it should be answered. The new release fixed this issue: https://github.com/cxa/MenuItemKit/releases/tag/3.2.1

thanks!