Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

traitCollectionDidChange being called multiple times when only going to background

How should I memory manage objects returned by instance methods?

objective-c cocoa

Objective C makes integer from pointer without a cast passing objects as args

iphone objective-c cocoa

UINavigationController intercepting – popViewControllerAnimated:

iphone objective-c uikit

Using key paths in NSPredicates

How do I call the original function from the overloaded function in a category?

Calling a Java Program from a Cocoa Application

java objective-c cocoa

View Controller being sent a message even though it has been deallocated

is there an objective-c "equivalent" to ruby's send method?

iphone objective-c ruby

Tilde-based Paths in Objective-C

Objective-C uses dynamic binding, but how?

NSComboBox - Obtaining selected information and NSComboBoxDataSource

Problem getting path to .plist using [[NSBundle mainBundle] pathForResource

iphone objective-c nsbundle

Call from Objective-C into Python

python objective-c

Adding a category to NSArray

Format string in Objective C

objective-c string

how can i display current time on a label?

iphone objective-c

Adding a NavigationBar to UITableViewController programmatically?

iphone objective-c

How to check if a BOOL is null?

populate UITableView from json

iphone objective-c ipad