Berry is an drop down menu written by Swift 4.2.
But if you want to customize your own drop down menu, Berry also provide some properties. You will find detail in Example project.
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)
Berry is available through Cocoapods.
Add the following line to your Podfile
pod 'Berry'
Downloads the berry zip, copy all swift file on the Berry folder to your project.
Berry is released under the MIT license. See LICENSE for details.