Handling JSON data can be difficult using Swift because of Swift’s strictness with types. Here’s a library that makes handling Swift in much easier called SwiftyJSON from Ruoyu Fu. SwiftyJSON makes things much simpler automatically handling different types of data. This example from the readme shows the mess caused from using NSJSON to handle parsing…
Category: Swift
Swift programming language libraries, components, tutorials and news.
Previously I mentioned a Swift library inspired by Underscore.js, and a Swift library for working with the Twitter API. Here’s a debug logging framework for Swift projects with a number of nice features called XCGLogger from Dave Wood. Some of the features of XCGLogger include: – Much more detailed log messages including line numbers, function…
Last week I mentioned a nice functional programming library for Swift inspired by Underscore.js. Here’s a Twitter framework written in Swift from Matt Donelly called Swifter that provides a large number of features. With Swifter authentication can done using Oauth or ACAccount, you can easily perform status updates, gather follower info, gather data on favorites,…
I’ve mentioned a few utility objective-c utility libraries inspired by Underscore.js most recently the Aterism library. Here’s an open source library that provides a number of functional programming helper methods in the style of Underscore and Lo-Dash for those working with the new Swift programming language called Dollar $wift from Ankur Patel. Here are few…