Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

How to port a module in Objective-C to Swift?

objective-c swift

How can a copy of an instance of an object be made for a class which does not adopt NSCopying?

KeyEvents in Cocoa and XCode

Stick UISplitViewController in its own XIB?

objective-c cocoa-touch

Assign And Weak

ios objective-c assign weak

Why does NSString not respond to selector longValue but does respond to longLongValue and intValue?

ios objective-c nsstring

XOR or other simple file obfuscation method ios objective c

Trouble spotting memory leak cStringUsingEncoding

Call function outside of class from UIButton

Paginate parse queries using a regular UIViewController

Dependency Injection in IOS5 programming and Objective C

How can I access non-KVC compliant properties with just their name?

objective-c cgpath kvc

Retaining self with nested blocks?

Transferring data to another controller with segue. From the code

Performance advantages in choosing tags?

NSRegularExpression to add escape characters

objective-c ios regex

Round NSNumber to a specific number of significant digits

objective-c nsnumber

seeing if an object exists at index[i] in NSMUtableArray

objective-c arrays