DropdownGridMenu

Dropdown grid menu for iOS written in Swift.

MIT License

Stars
9
Committers
1

DropdownGridMenu

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.

Requirements

  • iOS 10.0+
  • Xcode 10.0+
  • Swift 4.2+

Installation

CocoaPods

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

Manually

You can integrate DropdownGridMenu into your project manually. Clone this repo, drag and drop DropdownGridMenu folder onto your project.

Demo

Clone this repo, build and run the DropdownGridMenuDemo project in Xcode.

Usage

import DropdownGridMenu

Also see DropdownGridMenuDemo the demo project.

License

DropdownGridMenu is released under the MIT license. See LICENSE for details.

Package Rankings
Top 21.59% on Cocoapods.org
Related Projects