From 184c4f75f9697877c7a8f1d512bef23f557b0c04 Mon Sep 17 00:00:00 2001 From: Matt Holgate Date: Mon, 7 Jul 2014 12:30:25 +0100 Subject: Fix disabled state of bar buttons on iPhone/iPod Touch. Previously on iOS 7, bar buttons didn't change visually when disabled. Also improves the look and feel - the buttons are now tinted in the highlighted state rather than showing a grey background. On iOS 7, the iPhone/iPad buttons style match. Tested on iOS 6 iPad/iPod and iOS 7 iPad/iPod. --- platform/ios/Classes/TapImage.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 platform/ios/Classes/TapImage.h (limited to 'platform/ios/Classes/TapImage.h') diff --git a/platform/ios/Classes/TapImage.h b/platform/ios/Classes/TapImage.h deleted file mode 100644 index af31ea5f..00000000 --- a/platform/ios/Classes/TapImage.h +++ /dev/null @@ -1,9 +0,0 @@ -#import - -@interface TapImage : UIImageView -{ - id target; - SEL action; -} -- (id)initWithResource:(NSString *)resource target:(id)obj action:(SEL)selector; -@end -- cgit v1.2.3