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

Set custom location of MTZRadialMenuItem

pkc456 opened this issue · comments

Currently there are only five locations supported where we can place MTZRadialMenuItem i.e. MTZRadialMenuLocationCenter, MTZRadialMenuLocationTop, MTZRadialMenuLocationLeft, MTZRadialMenuLocationRight, MTZRadialMenuLocationBottom.

How can we add more MTZRadialMenuItem to MTZRadialMenu. For eg: If I have to add 6 menu items, then how to place them?

Can you elaborate on the specific use case?

  • How can developer add more than four MTZRadialMenuItem to one MTZRadialMenu.
  • Developer want to add the MTZRadialMenuItem at 135 degree. It Means he wants to place MTZRadialMenuItem between MTZRadialMenuLocationTop and MTZRadialMenuLocationRight. How to place MTZRadialMenuItem at custom location.

At this time, this is not possible with the current API. There are no plans to support more than the four locations. It is deliberate that these items are positioned in consistent locations so that they're predictably located and quick to use.