Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
/ Berry Public archive

Berry is an drop down menu written by Swift 4.2

License

Notifications You must be signed in to change notification settings

devswi/Berry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Berry: Drop down menu in Swift

CocoaPods Compatible License Platform Xcode

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.

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

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

public func 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

License

Stars

Watchers

Forks

Packages

No packages published