From: Jay Freeman (saurik) Date: Sat, 11 Jan 2014 12:44:29 +0000 (-0800) Subject: This one only took me maybe a half hour to find. X-Git-Url: https://git.saurik.com/iphone-api.git/commitdiff_plain/b5070abea0450ffff6301cb682a3a2f4fbc2e630 This one only took me maybe a half hour to find. --- diff --git a/UIKit/UIScreen.h b/UIKit/UIScreen.h index 2e8432a..27e0f80 100644 --- a/UIKit/UIScreen.h +++ b/UIKit/UIScreen.h @@ -17,7 +17,7 @@ - (struct CGRect)applicationFrame; - (struct CGRect)bounds; #if 1 // iOS 4.x -- (float) scale; +- (CGFloat) scale; #endif @end