Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

Calculating first and last days of current week

Save a UIImage to a different name

iphone objective-c uiimage

iPhone games development basics [closed]

More convenient NSArray and NSDictionary access

objective-c

blocks and async callback, dealloc object - need to nil the block

KVO for a singleton with multiple observers?

Error: "Unrecognized selector" when using addObjects: on an NSMutableArray

iPhone Objective C - wait_fences: failed to receive reply: 10004003

Calling imageWithData:UIImageJPEGRepresentation() multiple times only compresses image the first time

Passing parameters to @selector in performSelectorInBackground?

How to return objects from function in ARC?

UIImageJPEGRepresentation giving EXC_BAD_ACCESS

Add Objective-C Cocoapod to Swift

Total number of rows in UITableView with multiple sections

self = [super init] revisited