CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

Michael Kamphausen

1pod

PMEDatePicker

  • compared to UIDatePicker you decide if you want to display day, month, year, hour, minute and am/pm in any combination
  • supported date symbols are yyyy, MMM, d, HH, h, mm, j, a
  • order of the date components, month and AM/PM symbols is defined by the current NSLocale
  • availability of AM / PM is automatically defined by NSLocale except you explicitely set it
  • supports minimumDate and maximumDate
  • UIPickerView subclass

License: MIT

  • Objective C