From 386d1ce4bbc1fd5a53b0bb22873bd8b00b6cda91 Mon Sep 17 00:00:00 2001 From: matthew Date: Wed, 24 Dec 2008 00:08:49 +0000 Subject: Tweaks to text, bigger preview photo, possible bugfix --- iphone/FixMyStreet/Classes/InputTableViewController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h') 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; -- cgit v1.2.3