NSSecureCoding
NSSecureCoding is a protocol from iOS 6 / OS X Mountain Lion. It adds the class method supportsSecureCoding.
NSSecureCoding is a protocol from iOS 6 / OS X Mountain Lion. It adds the class method supportsSecureCoding.
Monthly update 275 • March 2013 • 2013-03-01 - 2013-03-31
Borgen is a Danish political drama series. It aired on DR1 with three seasons from 26 September 2010 to 10 March 2013. Adam Price created it. Sidse Babett Knudsen plays Birgitte Nyborg, a politician who becomes Denmark's first female Prime Minister by chance.
If you see xpc.roleaccountd, xpc.smd, or xpc.uscwoap running on your Mac, here is what these XPC processes do.
Monthly update 274 • February 2013 • 2013-02-01 - 2013-02-28
In Objective-C, Foundation has macros like NSAssert for methods and NSCAssert for functions. They also have versions for parameters: NSParameterAssert and NSCParameterAssert.
NSURLCache is the built-in, automatic HTTP(S) cache used by NSURLConnection, NSURLSession (default/ephemeral configs), and WKWebView.
Monthly update 273 • January 2013 • 2013-01-01 - 2013-01-31
NSValue is the lightweight way to put any C scalar or struct (int, float, CGPoint, CGRect, NSRange, etc.) into an object so it can live in NSArray, NSDictionary, NSSet, etc.
NSLocalizedString is a macro in Foundation that gives a localised version of a string. It takes a key to find the string and a comment to help translators.
Handy defaults write commands for com.apple.dashboard, controlling the legacy Dashboard widgets feature.
Monthly update 272 • December 2012 • 2012-12-01 - 2012-12-31