Dropdown grid menu for iOS written in Swift. The menu can be presented from a navigation bar button item, in fullscreen or in a popover.
- iOS 10.0+
- Xcode 10.0+
- Swift 4.2+
To integrate DropdownGridMenu into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
pod 'DropdownGridMenu', '~> 1.0.2'
end
Then, run the following command:
$ pod install
You can integrate DropdownGridMenu into your project manually. Clone this repo, drag and drop DropdownGridMenu folder onto your project.
Clone this repo, build and run the DropdownGridMenuDemo project in Xcode.
import DropdownGridMenu
Also see DropdownGridMenuDemo the demo project.
DropdownGridMenu is released under the MIT license. See LICENSE for details.