From d1758981b60ed2c93b059a704cb445d42e3467f4 Mon Sep 17 00:00:00 2001 From: matthew Date: Mon, 6 Oct 2008 14:47:15 +0000 Subject: Only generate subject labels once; hide them if subject is removed otherwise they appear on touch-down. --- iphone/FixMyStreet/Classes/InputTableViewController.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h') diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h index 959d3ae97..5ba0d1527 100644 --- a/iphone/FixMyStreet/Classes/InputTableViewController.h +++ b/iphone/FixMyStreet/Classes/InputTableViewController.h @@ -19,6 +19,9 @@ UITableViewCell* actionTakePhotoCell; UITableViewCell* actionFetchLocationCell; UITableViewCell* actionSummaryCell; + + UILabel* titleLabel; + UILabel* titleLabelLabel; } -(void)enableSubmissionButton; -- cgit v1.2.3