A library for presenting context menu
import AdvancedContextMenuKit
private lazy var contextMenu = AdvancedContextMenuManager(delegate: self)
contextMenu.setup(for: someView)
contextMenu.presentMenu(for: someView, with: menu)
etc.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
A library for presenting context menu
import AdvancedContextMenuKit
private lazy var contextMenu = AdvancedContextMenuManager(delegate: self)
contextMenu.setup(for: someView)
contextMenu.presentMenu(for: someView, with: menu)
etc.