Skip to content

Instantly share code, notes, and snippets.

View cherpake's full-sized avatar

Evgeny Cherpak cherpake

View GitHub Profile
@zrxq
zrxq / DatePickingCell.h
Created May 29, 2013 13:37
UITableViewCell + UIDatePicker
#import <UIKit/UIKit.h>
@interface DatePickingCell : UITableViewCell
@property (strong, nonatomic) UIDatePicker *datePicker;
@end