¡@

Home 

2014/10/15 ¤U¤È 10:10:07

iphone Programming Glossary: hoursarray

UIPickerView that looks like UIDatePicker but with seconds

http://stackoverflow.com/questions/10999575/uipickerview-that-looks-like-uidatepicker-but-with-seconds

put this @interface v1AddTableViewController UITableViewController IBOutlet UIPickerView pickerView NSMutableArray hoursArray NSMutableArray minsArray NSMutableArray secsArray NSTimeInterval interval @property retain nonatomic UIPickerView pickerView.. NSTimeInterval interval @property retain nonatomic UIPickerView pickerView @property retain nonatomic NSMutableArray hoursArray @property retain nonatomic NSMutableArray minsArray @property retain nonatomic NSMutableArray secsArray in your .m file.. @property retain nonatomic NSMutableArray secsArray in your .m file put this @synthesize pickerView @synthesize hoursArray @synthesize minsArray @synthesize secsArray @synthesize interval void viewDidLoad super viewDidLoad initialize arrays hoursArray..