From 711247f40bf28cc93e8be3e74bc5d654884c9ce4 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 16 Nov 2011 14:30:21 +0000 Subject: [Author: qsr] Handle UIButton in GTMUILocalizer To be noted: UISegmented Controls and UISearchBars were alredy working. UISwitch doesn't have any strings to be localized. R=dmaclach,thomasvl APPROVED=thomasvl --- iPhone/GTMUILocalizerTest.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'iPhone/GTMUILocalizerTest.h') diff --git a/iPhone/GTMUILocalizerTest.h b/iPhone/GTMUILocalizerTest.h index 87a0f22..0ee846c 100644 --- a/iPhone/GTMUILocalizerTest.h +++ b/iPhone/GTMUILocalizerTest.h @@ -22,8 +22,14 @@ @interface GTMUILocalizerTestViewController : UIViewController { @private UILabel *label_; + UIButton *button_; + UISegmentedControl *segmentedControl_; + UISearchBar *searchBar_; } @property(nonatomic, retain) IBOutlet UILabel *label; +@property(nonatomic, retain) IBOutlet UIButton *button; +@property(nonatomic, retain) IBOutlet UISegmentedControl *segmentedControl; +@property(nonatomic, retain) IBOutlet UISearchBar *searchBar; @end -- cgit v1.2.3