KenanAtmaca / KDropDown

İOS Drop Down Menu Class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDropDown

İOS Drop Down Menu Class

alt tag

Use

        dropView = KDropDown()
        dropView.backColor = UIColor.lightGray
        dropView.textColor = UIColor.white
        dropView.items = ["Profile","About","Info","Settings"]
        dropView.backgroundColor = UIColor(red: 93/255, green: 207/255, blue: 1, alpha: 1)
        dropView.frame = CGRect(x: view.frame.width / 2 - 100, y: view.frame.height / 3, width: 200, height: 40)
        view.addSubview(dropView)
Get Val
        dropView.values // (String,Int)

License

Usage is provided under the MIT License. See LICENSE for the full details.

About

İOS Drop Down Menu Class

License:MIT License


Languages

Language:Swift 100.0%