Detail view of the event. More...
#import <EventDetailViewController.h>
Public Member Functions | |
| (IBAction) | - deleteEventAction: |
Protected Attributes | |
| IBOutlet UIButton * | deleteEvent |
| the button to take the delete action | |
Properties | |
| IBOutlet UILabel * | eventName |
| the label to show the title of the event | |
| IBOutlet UILabel * | eventLocation |
| the label to show the location of the event | |
| IBOutlet UILabel * | eventDateAndTime |
| the label to show the date and time of the event | |
| IBOutlet UILabel * | eventAuthor |
| the label to show the author or crator of the event | |
| IBOutlet UILabel * | eventIDofEvent |
| the label to show the unique eventID of the event | |
| NSInteger | eventID |
| the NSInteger to store the unique eventID | |
Detail view of the event.
| - (IBAction) deleteEventAction: | (id) | sender |
- (IBOutlet UIButton*) deleteEvent [protected] |
the button to take the delete action
- (IBOutlet UILabel *) eventAuthor [read, write, retain] |
the label to show the author or crator of the event
- (IBOutlet UILabel *) eventDateAndTime [read, write, retain] |
the label to show the date and time of the event
- (NSInteger) eventID [read, write, assign] |
the NSInteger to store the unique eventID
- (IBOutlet UILabel *) eventIDofEvent [read, write, retain] |
the label to show the unique eventID of the event
- (IBOutlet UILabel *) eventLocation [read, write, retain] |
the label to show the location of the event
- (IBOutlet UILabel *) eventName [read, write, retain] |
the label to show the title of the event
1.7.2