Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

which is the correct specifier to use for long when calling stringWithFormat?

objective-c ios

KVO: Can I remove all observers from concrete object

UIImage drawInRect: is very slow; is there a faster way?

Using C macros to create C-style code which maps to Objective-C message calls?

objective-c c macros

How to auto send SMS? [closed]

Capture mouse cursor in screenshot

objective-c macos cocoa

Lexical or Preprocessor Issue with "#import <map>

objective-c xcode4 xcode4.2

Observer pattern for stopwatch

Verifying app's signature by code [duplicate]

Searching hard coded text in xcode

objective-c search xcode4 ios5

iOS 5.1 + UISplitViewController in PortraitMode + UIActionSheet in MasterController = Assertion failure

Exclamation mark missing in facebook API name

NSMutableArray: is it faster to remove all objects or to init a new NSMutableArray?

What is an Objective-C "class continuation"?

iPhone RestKit how to load a local JSON file and map it to a core data entity?

With NSSavePanel, how can the user choose a specific file type to save?

How to safely read properties of a WebScriptObject?

Batching Core Data fetch results

Is this Core Graphics code thread safe?

How different static variable declarations in Objective-C?