Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in foundation

Difference Between Object And NSObject

Using instancetype as the return type of a copy in Objective-C?

Should I use NSNumber instead of basic C number types?

objective-c c foundation

NSSet and NSCountedSet, when is the best time to use them?

What is the correct way to self-terminate a MacOS XPC service?

Swift 2 : NSData(contentsOfURL:url) returning nil

ios json xcode foundation swift2

NSURL - No mutable subclass, so no need to "copy" as a property?

objective-c foundation

Catching NSJSONSerialization errors in Swift

ios swift foundation

"unrecognized selector sent to class" when calling category method from a library

Positive NSDecimalNumber returns unexpected 64-bit integer values

ios swift cocoa foundation

How can I do things like Clojure when using immutable collections in Objective-C?

What is the purpose of the -self method in NSObject-conformant classes?

Swift: String starts(with:) vs hasPrefix

swift string foundation

How to pass pan gesture to UICollectionVIew from UICollectionViewCell?

ios objective-c foundation

How to list all folders and their subdirectories/files in iPhone SDK?

How do I create dummy JSON data on the client in objective C / iOS?

Writing Data to an NSOutputStream in Swift 3

Get decimal separator of decimal pad keyboard on iOS

ios uikit foundation

What does startAccessingSecurityScopedResource() actually do?

NSDictionary +dictionaryWithDictionary or -copy?

objective-c foundation