Document Revision History

This table describes the changes to DateCell.

DateNotes
2014-06-17

Fixed bug data source cell row detection in cellForRowAtIndexPath, now using CGRectGetHeight().

2013-08-13

Editorial change.

2018-06-07

Added a screenshot for this sample.

 

Updated to use in-line UIDatePicker for iOS 7.

2013-01-04

Upgraded for iOS 6.0, now using Automatic Reference Counting (ARC) and storyboards, updated to adopt current best practices for Objective-C.

2010-06-17

Upgraded project to build with the iOS 4 SDK.

2009-05-30

Demonstrates formatted display of date objects in UITableViewCells and use of UIDatePicker to edit those values.