UIDatePicker

With this blog post I am going to share with you how to add inline UIDatePicker or DateCell into your UITableView. Originally the DateCell example was implemented by Apple as an Objective C project and is available for download here: Apple DateCell. I googled around to see if there is already an implementation of DateCell in…

Read More Inline UIDatePicker or DateCell Example in Swift