Skip to content

yuhsuan19/YHDateRangePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YHDateRangePicker

Platform Swift 3.0 License

YHDateRangePicekr

Initialization

  • Init dateRangePicker with default colors:
let dateRangePicker = YHDateRangePicker()
  • Init dateRangePicker with customized colors:
let dateRangePicker = YHDateRangePicker(mainColor: yourColor1, subColor: yourColor2)

Delegate

  • set delegate
class ViewController: UIViewController, YHDateRangePickerDelegate {

}  
  dateRangePicker.delegate = self
  • delegate method
    func finishDatePicking() {
      // code after user pick date range.
    }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages