Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Repository files navigation

Berry: Drop down menu in Swift

CocoaPods CompatibleLicensePlatformXcode

Berry is an drop down menu written by Swift 4.2.

ScreenShots

Screen shots

Customization & Usage

But if you want to customize your own drop down menu, Berry also provide some properties. You will find detail in Example project.

Display & Hide

Use display(withCompletion:) method to display drop dpwn menu with animation.

publicfunc display(withCompletion completion:((Bool)->Void)?=nil)

Use hide(withCompletion:) method to hide drop down menu with animation.

publicfunc hide(withCompletion completion:((Bool)->Void)?=nil)

Installation

Cocoapods

Berry is available through Cocoapods.

Add the following line to your Podfile

pod 'Berry'

Manually

Downloads the berry zip, copy all swift file on the Berry folder to your project.

License

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

About

Berry is an drop down menu written by Swift 4.2

Topics

Resources

Stars

14 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages