View controller to add a new vehicle to app. More...
Public Member Functions | |
(void) | - setTractor: |
Properties | |
IBOutlet UIBarButtonItem * | saveButton |
IBOutlet UIBarButtonItem * | autoConnectButton |
IBOutlet UIBarButtonItem * | choosePictureButton |
IBOutlet UIImageView * | pictureViewItem |
IBOutlet UITextField * | connectionIdInput |
IBOutlet UITextField * | vehicleNameInput |
IBOutlet UILabel * | tractorTypeLabel |
IBOutlet UILabel * | informationLabel |
JDTractorSelectPopupView * | popViewController |
UIImagePickerController * | picker |
unsigned long | tractorID |
View controller to add a new vehicle to app.
- (void) setTractor: | (unsigned long) | tractorID |
Sets the tractor to edit here
tractorID | ID of the tractor which is being edited |