Skip to content

This is use for open picker view with scrolling and fix picker view height

Notifications You must be signed in to change notification settings

Dharm23/DTPickerDemo

Repository files navigation

DTPickerDemo

How to user

Setp 1: Just drag and drop DTPicker.swift into you project Setp 2: inherit DTPickerProtocol **look like: class ViewController: UIViewController,DTPickerProtocol **

To open Picker

You can open it by calling static method initPickerWithOpetions Lookg Like: DTPicker.initPickerWithOpetions(values: ["A","B","C","D"],title: "Picker Title",message: "This is demo for picker from Dharmesh thakkar",delegate: self)

implement delegates

//MARKS:- DTPickerProtocol func didSelectOptions(results: String) { print(results) }

alt text

alt text

About

This is use for open picker view with scrolling and fix picker view height

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages