From 9d6bcd3808eb625690951e047a890df1a65a2a89 Mon Sep 17 00:00:00 2001 From: matthew Date: Thu, 4 Dec 2008 11:12:10 +0000 Subject: Warn if no connection before trying to find location --- iphone/FixMyStreet/Classes/InputTableViewController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h') diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h index effeafab5..17af251aa 100644 --- a/iphone/FixMyStreet/Classes/InputTableViewController.h +++ b/iphone/FixMyStreet/Classes/InputTableViewController.h @@ -36,6 +36,8 @@ - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo; - (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker; +-(void)startLocation; + //MyCLControllerDelegate -(void)newLocationUpdate:(CLLocation *)location; -(void)newLocationError:(NSString *)text; -- cgit v1.2.3