danielsaidi / Sheeeeeeeeet

Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it possible to add a native context menu with a menu builder

danielsaidi opened this issue · comments

In some cases, creating a menu can be expensive, e.g. if it is based on calculations and various lookups. Instead, Sheeeeeeeeet should provide an alternative way to add native context menus, where the delegate is given a menu builder instead of a menu. It can then generate a menu later, when the context menu is about to be presented.

This is part of 3.0.7