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, perform searches and more.
This example from the readme shows how easy it is to perform a status update:
json, response in
// …
}, failure: {
// …
})
You can find Swifter on Github here.
A nice extensive framework for working with the Twitter API.
- Open Source Functional Programming Toolbelt For Swift Inspired By The Underscore.js Library
- Tutorial: Simple Twitter Client Using Oauth Authentication
- An iTMSTransporter Guide And Open Source GUI Based Tool For Downloading/Submitting App Metadata
- iPhone Math Library – Open Source 400%+ Faster
- iOS Developer Gold Discovered On Twitter
Original article: An Extensive Open Source iOS Library For Working With The Twitter API Written In Swift
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




