mdznr / MTZRadialMenu

A radial menu for iOS, like the one introduced in Messages for iOS 8.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open MTZRadialMenu on click

pkc456 opened this issue · comments

How to open MTZRadialMenu on touchUpInside action, not on long touch.And then dismiss the MTZRadialMenu by clicking outside.

That is not supported. By design, this is intended to be used as a shortcut/power feature. You would have to look into the internals of MTZRadialMenu and dissect it to do that.