ContextMenuSwift
A Simple Context And Dropdown Menu for Swift.
Installation ?
Just add ContextMenuSwift
to your Podfile and pod install
. Done!
Usage ✨
Example 1
Show the menu of string values on your view
Example 2
Update menu items async
Example 3
Update targeted view async
Example 4
Show menu with icons
Delegate
You can check events by implement ContextMenuDelegate
Requirements
- Xcode 9+
- Swift 4.0
- iOS 10+