There was an error while loading. Please reload this page.
1 parent 7ccd08c commit 489b03aCopy full SHA for 489b03a
README.md
@@ -24,7 +24,7 @@ You can use the headers this way:
24
BOOL success = [b load];
25
26
Class FTDeviceSupport = NSClassFromString(@"FTDeviceSupport");
27
- id si = [FTDeviceSupport sharedInstance];
+ id si = [FTDeviceSupport valueForKey:@"sharedInstance"];
28
29
NSLog(@"-- %@", [si valueForKey:@"deviceColor"]);
30
@@ -38,4 +38,4 @@ The code to draw this picture is in [https://github.com/nst/RuntimeBrowser/tree/
38
39

40
41
-Nicolas Seriot
+Nicolas Seriot
0 commit comments