Quantcast
Channel: 懒得折腾
Viewing all articles
Browse latest Browse all 764

学习Swift,一定不能错过的10大开源项目!

$
0
0

10 Swift IOS open-source projects you cannot ignore

If you are working on iOS, Swift is a great choice. It is elegant, easier to learn (than Obj-C) and powerful.

You need to checkout these open-source projects if you want a headstart in Swift. The Swift Manual is comprehensive, but nothing like diving into code and learning from what is implemented. These are not in any particular order of ranking. Just cool stuff you shouldn’t ignore.

[It is a HTTP networking library. It is easy to use Alamofire for asynchronous network communication, chaining responses for orchestration, etc]

[Surge is based on Accelerate framework, a C-based API for performing matrix math, digital signal processing, and image manipulation. In other words, it is very fast for crunching complex math, speech and image signals]

[Dealing with JSON is a pain if you don’t have support for it. Swifty JSON does exactly that —it deals with the pain so that you don’t have to]

[This is a really cool project(s). It extends Swift with helper functions and extensions]

[Similar to above, this is set of standard extensions for Standard types and classes]

[State machines in Swift. This has lot of use cases for creating business workflow tasks along with others]

[Looking at the code, still seems early stage. But, lightweight caching systems are a win]

[Auto layout is a system that lets us layout our app’s UI by creating a mathematical description of how elements are related to one another. This project makes it super simple]

[There are several BDD style frameworks for Swift already. I think this is cool because it is pure Swift. There are no dependencies on stuff like NSObject.]

[Another BDD test framework if you are looking for both Obj-C and Swift.]

These are ten projects out of several hundreds that I personally find interesting and fast moving. They are also good projects to dig into the source code and learn Swift fast. Are you ready to build something cool? Go on, do it.



Viewing all articles
Browse latest Browse all 764

Trending Articles