diff options
author | matthew <matthew> | 2008-12-24 00:08:49 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-12-24 00:08:49 +0000 |
commit | 386d1ce4bbc1fd5a53b0bb22873bd8b00b6cda91 (patch) | |
tree | 4fac3ac22feced4f2fdce27dee8367754a142fa2 /iphone/FixMyStreet/Classes/InputTableViewController.h | |
parent | a3e640c1f395bb3be15751b7686e240b2af170fa (diff) |
Tweaks to text, bigger preview photo, possible bugfix
Diffstat (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h')
-rw-r--r-- | iphone/FixMyStreet/Classes/InputTableViewController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h index 17af251aa..f902c4017 100644 --- a/iphone/FixMyStreet/Classes/InputTableViewController.h +++ b/iphone/FixMyStreet/Classes/InputTableViewController.h @@ -18,7 +18,7 @@ // Not sure what I made these for UITableViewCell* actionTakePhotoCell; UITableViewCell* actionFetchLocationCell; - UITableViewCell* actionSummaryCell; + UITableViewCell* actionSubjectCell; UILabel* subjectLabel; UILabel* subjectContent; @@ -36,7 +36,7 @@ - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo; - (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker; --(void)startLocation; +-(BOOL)startLocation; //MyCLControllerDelegate -(void)newLocationUpdate:(CLLocation *)location; |