aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/InputTableViewController.h
diff options
context:
space:
mode:
authormatthew <matthew>2008-10-06 14:47:15 +0000
committermatthew <matthew>2008-10-06 14:47:15 +0000
commitd1758981b60ed2c93b059a704cb445d42e3467f4 (patch)
tree1bde5a72803ad52261321f56e5432fd3bdce7342 /iphone/FixMyStreet/Classes/InputTableViewController.h
parent6e808687a928e0b465504a9dba54ebe8aafd6ed9 (diff)
Only generate subject labels once; hide them if subject is removed otherwise they appear on touch-down.
Diffstat (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h')
-rw-r--r--iphone/FixMyStreet/Classes/InputTableViewController.h3
1 files changed, 3 insertions, 0 deletions
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;