Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

Acceptable ways to release a property

objective-c ios

unicode escapes in objective-c

objective-c unicode

Ways to replace massive if statement with alternative construct in Objective-C

objective-c

performSelector: afterDelay: without retaining the target?

iphone validation for textfield added in uialertview

iphone objective-c ios ios4

How do I clear the data in a plist created in Xcode?

iphone objective-c ios plist

Iterate over all subviews of a specific type

How to detect heart pulse rate without using any instrument in iOS sdk?

objective-c ios cocoa-touch

Error : CoreData: error: Failed to call designated initializer on NSManagedObject class 'Product'

objective-c core-data ios5

afnetworking - exc_bad_access in startMonitoringNetworkReachability

box2d Apply force in a particular direction

iphone objective-c box2d

iOS basic FTP setup; Read and Write Stream

iphone objective-c ios ios5 ftp

Cocoa - Display xib on another xib

objective-c macos cocoa xib nib

UIAlertView cancelButtonTitle

objective-c ios uialertview

How can I change a label with a date once the system date changes in iOS?

objective-c ios uilabel nsdate

I want to do something when user segues back in a navigation controller(iOS)

objective-c ios

UIManagedDocument insert objects in background thread

how to properly apply Core Image filter

How to know if NSString fits in UILabel or not and index of the last string which fits?

Why doesn't std::getline block?