Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Graham Lee earned this badge 36 times |
mar 25 at 13:57
NSBundle pathForResource returns nil
jan 19 at 16:43
Is there a difference in term of performance between “unsigned int” and “int” on the IPhone?
nov 1 at 12:22
Cocoa: Checks required for multiple asynchronous NSURLConnections using same delegate functions?
oct 5 at 1:23
How to reset saved data back to defaults?
sep 18 at 18:11
How to get class object by NSString
aug 30 at 19:59
AuthorizationExecuteWithPrivileges is deprecated
jul 17 at 17:17
How to see the keychain for iphone simulator
jul 16 at 15:06
Implementing Model-View-Controller the right way
jun 20 '12 at 16:52
why is viewdidunload function not called when i click back button on navigation based app
jun 8 '12 at 8:30
“Testing Class Equality” in Objective-c
may 23 '12 at 4:47
Where's the difference between [MyClass alloc] and [[self class] alloc]?
apr 16 '12 at 9:16
Objective-C synthesize property name overriding
feb 25 '12 at 2:20
Use of retain in initWithCoder?
feb 11 '12 at 16:41
Clear content of UIScrollView
dec 8 '11 at 17:54
Storing username/password on Mac using Java
dec 3 '11 at 5:57
Mike Ash Singleton: Placing @synchronized
nov 7 '11 at 6:02
Are programs written in Java for Android slower than equivalent written in C embedded into Objective-C for iOS?
oct 7 '11 at 17:57
Objective-C how to check if a string is null
jul 26 '11 at 19:44
What's the difference between declaring a variable “id” and “NSObject *”?
jul 7 '11 at 2:49
BOOL to NSString
mar 30 '11 at 7:35
Cocoa: Dictionary with enum keys?
mar 12 '11 at 21:51
What is the difference between c++, objective-c and objective-c++?
sep 30 '10 at 4:14
(post deleted or otherwise unavailable)
sep 19 '10 at 11:02
How do you document your source code in Xcode?
aug 24 '10 at 17:09
Storing a passwords in NSString without being readable in memory
may 26 '10 at 13:07
How does a process come to know that it has received a signal
dec 22 '09 at 8:27
release/autorelease confusion in cocoa for iphone
oct 25 '09 at 13:52
(post deleted or otherwise unavailable)
jun 10 '09 at 0:47
What code would you have on your wedding cake?
mar 30 '09 at 14:57
How do I create a temporary file with Cocoa?
mar 28 '09 at 21:12
Best way to define private methods for a class in Objective-C
dec 15 '08 at 17:07
Does Objective-C compile to native code or byte-code?