Skip to content

BackWorld/DropDownView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

DropDownView

A drop down menu view simple and easy to use.

Demo

  • Platform: iOS8.0+
  • Language: Swift3.0
  • Editor: Xcode8

How to use it?

let items = ["item0", "item1", "item2"]

ActionSheetView.show(items: items, selectedIndex: 0, sourceView: sender){
    [unowned self] (index) in
    print("selected item: \(index)")
}

About

A drop down menu view simple and easy to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages