davdroman / Bohr

Settings screen composing framework
MIT License
1.26k stars 83 forks source link

Created a new TableViewCell for Date Picker #7

Closed firecast closed 9 years ago

firecast commented 9 years ago

Settings Page for most applications contains a field to enter a Birth Date or something similar so a DatePicker becomes essential in that case. The PickerView won't satisfy their needs hence my fork.

It has a date Format to display in date in the given format into the detailText label as an IBInspectable with a default fallthorugh to prevent any errors.

All of the contraints implemented from the BOTimeTableViewCell.

davdroman commented 9 years ago

Great, thanks! Let me check it out :+1:

davdroman commented 9 years ago

This class is now part of Bohr 3.0.0 alpha 2! I took some of your PR code to build it and gave you credit in the release notes :smile: