The view controller which manages the view which edits an event. More...
#import <EventEditViewController.h>
Protected Attributes | |
IBOutlet UITextField * | eventName |
textfield for the title of the event | |
IBOutlet UITextField * | eventLocation |
textfield for the location of the event | |
IBOutlet UILabel * | label |
a lable stating choose event date and time | |
Event * | event |
New event reference. | |
Properties | |
IBOutlet UIDatePicker * | pickerView |
datepicker to pick date and time of the event | |
NSDateFormatter * | dateFormatter |
Date formatter used to format the date. | |
NSInteger | eventID |
the unique eventId |
The view controller which manages the view which edits an event.
- (IBOutlet UITextField*) eventLocation [protected] |
textfield for the location of the event
- (IBOutlet UITextField*) eventName [protected] |
textfield for the title of the event
- (IBOutlet UILabel*) label [protected] |
a lable stating choose event date and time
- (NSDateFormatter *) dateFormatter [read, write, retain] |
Date formatter used to format the date.
- (NSInteger) eventID [read, write, assign] |
the unique eventId
- (IBOutlet UIDatePicker *) pickerView [read, write, retain] |
datepicker to pick date and time of the event