Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

How to connect a button to a method on Mac OS X

iPhone/iPad context menu

iphone objective-c ipad ios

CALayer memory usage on draw - implicit cache?

Detect signature of selector

objective-c

Reading/Writing image XMP on iPhone / Objective-c

iphone objective-c exif xmp

Is it safe to call initializers multiple times on the same 'alloc'ed object?

objective-c

iphone app crashes without any console errors or crash logs:

iphone objective-c ios4

The use of UIApplicationDidFinishLaunchingNotification

Why isn't NSRegularExpression included in foundtion.framework for Mac Apps, as it is for iOS?

Objective C: How to release delegates in this situation

iOS blurred text: detecting & solving it once and for all?

Cocoa Interface Builder object initialization

objective-c cocoa nib nscoding

Do NSDate's in CoreData encapsulate time zone?

how to change the lock images to unlock images in cocos2d

What is the point of an optional method in a protocol?

objective-c protocols

When to access property with self and when not to?

iphone objective-c ios self

NSArray filtering: in which case using predicates and which case using blocks?

iPhone: UIApplicationWillResignActiveNotification never called

iphone objective-c

How to use NSScanner to parse .ics file

Using Singleton synchronized array with NSThread