Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

Read another app's preferences plist, or share some prefs?

iPhone Twitter SDK integration problems with iOS 5 devices

iphone objective-c twitter

Objective-C / iOS: Converting an array of objects to JSON string

iphone objective-c ios json ipad

Lifetime of weak local variables with ARC

How to be notified when iPhone enters airplane mode?

Is it possible to determinate at run time is pointer points to C++ class or at Objective-C class?

Copying pending changes between NSManagedObjectContexts with shared persistent store?

How to make iAd to be viewed globally in my app?

Build a list of constants variable from other constants

Mocking expectations in Kiwi (iOS) for a delegate

Why is setting my UINavigationBar's background image affecting the size of the navigation bar?

Why is my cell based NSTableView calling viewForTableColumn?

What's wrong with the way I have tried to flip (mirror) a UIImage?

UITableView won't display headerView.xib

objective-c uitableview

CATiledLayer being removed and refreshed while zoomed in iPad 3rd gen

With Cocoa Bindings, changing the value of NSTextField programmatically does not update the model

Is it allowed to 'change'/abuse/override the signature of a block in Objective C as follows?

Memory semantics of a computed array property?

#define or #if statement error

Objective-C: Returning int to BOOL method