Objective-C
Working With Websockets
Despite all the Swift we have been having, we haven’t forsaken Objective-C. This week we break down the websocket protocol by exploring the newest Objective-C websocket library, jetfire. »
JSON Serializing with the Objective-C Runtime
Despite the addition of NSJSONSerialization in iOS 5 and OSX 10.7, a lot of boilerplate can go into mapping the Foundation objects values to proper object properties. Lucky for us, Objective-C has a dynamic runtime to help us out. »