Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in foundation

Using NSTimer to implement retry logic with exponential backoff

objective-c ios foundation

How do I trigger an NSURLAuthenticationChallenge with NSURLAuthenticationMethodHTMLForm

Calling class method on a Class returned by NSClassFromString()

Swift different array behaviour with 'import Foundation'

arrays swift foundation

Is it possible to build Swift code using the Foundation Framework and target linux?

Swift Generics: IntegerType Version Works But Not FloatingPointType

Adding string objects to NSMutableArray?

objective-c foundation

ParseKit.framework won't work, Foundation.h not found

NSJSONSerialization output number as float?

Casting CustomError to ErrorType to NSError loses userInfo

swift swift2 xcode7 foundation

Why does NSDecimalNumber.notANumber.intValue return 9?

Preferred way to make a mutable copy of a non-mutable object?

ios foundation

-[NSString stringByAppendingPathComponent:] or just -[NSString stringByAppendingFormat:] for NSStrings for NSURLs?

objective-c foundation

Swift 4 Objective-C Runtime and casting to NSObjectProtocol

Create a range of dates

Is NSObject class a part of the Objective-C runtime library today (instead of being a Foundation component)?

Does NSDictionary's objectForKey: rely on identity or equality?

NSFileManager fileExistsAtPath: & symbolic links

Simplest way to loop between two NSDates on iPhone?

How to check for API availability in Xcode 9