一个awesome Swift 资源协作列表,由awesome-python启发和记录在 awesome-awesomeness.
随时做出贡献!
由swift写的一些有趣的 demo/poc 应用.
iOS swift 演示应用列表
- 2048 - swift 2048 演示游戏.
- 警报 - swift一个报警应用.
- 聊天 - swift聊天类应用程序实现.
- 云工具包待办事项清单 - 基于云设备的列表.
- 甲板火箭 - swift甲板火箭移植.
- 飞鸟 - swift飞鸟克隆.
- 黑客新闻 - swift写的黑客新闻阅读器应用程序.
- haus时钟 - swift国际象棋阶梯时钟应用程序.
- 我的检查表 - swift检测列表应用.
- 演示集 - swift演示收集.
- Flickr应用 - swift写的flickr应用.
- 黑客新闻 - swift黑客新闻应用.
- 天气 - swift写的一个好天气应用程序.
- Valio - swift事件时间表应用程序.
OSX swift 演示应用列表
- clock-saver - a clock screen saver for osx written in swift.
swift依赖管理器软件.
- cocoapods - the most used dependency manager for Objective-C and now Swift projects.
swift一些额外东西和好吃的东西
- Vim Swift - vim编辑器中玩swift.
一个swift相关指南的awesome列表.
- Apple eBook - Official Apple eBook for swift beginners.
- 学习 Swift - a collection of tuts that will help you learning swift via playground.
- 实践 Swift - an interesting guide to learn swift.
- 中文引导 - A chinese written guide for swift.
- SwiftInFlux - A well explained list of feature in flux for swift
- Swift风格指南 - Raywenderlich swift guide, a must read.
Here you can find a list of snippets and libs for your swift projects.
Bored of using storyboard? Give a try to declarative auto layout libs.
- Cartography - declarative auto layout lib for your project.
- SwiftAutoLayout - a small DSL for autolayout.
- Tails - declarative autolayout for ios app written in swift.
Interesting snippets related to color management and utilty.
- UIColor-Hex-Swift - an hex to uicolor converter.
No more pain with Core Data, here listed some interesting lib to handle data management.
- QueryKit - an easy way to play with coredata filtering within your swift projects.
Struggling using json data? Here you are some interesting way to handle it.
- json-swift - A basic library for working with JSON in swift.
- SwiftyJSON - A lib for JSON in swift with error handling.
- SwiftMapper - JSON Mapper.
Are you interested in storing your app data using SQLite? Here some interesting resources.
- SQLiteDB - sqlite wrapper for swift.
A collection of font related snippets.
- MCFontAwesome - fontawesome porting for swift.
- SwiftFonts - render all the supported fonts in swift.
Do you need any framework?
- Swifter Twitter - Swifter Twitter framework for swift.
A list of libs that allow you to decrease the amount of time spent to deal with http requests.
- agent - http request agent.
- GRequest - http request handler.
- YYHRequest-Swift - http request in async.
Do you want to create your own customized keyboard? Here some interesting resources
- Hodor Keyboard - poc for custom keyboard implementation.
- swix - A general matrix language.
Interested in using iBeacon in your swift project? Here some interesting resources.
- iBeacon - iBeacon implementation in swift.
An interesting list of image related libs..
- CYFastImage - display images from web.
- PASImageView - async remote download your image and round them. automatically.
- UIImageView-BetterFace-Swift - autoresize images and if any face discovered refine the position of the image.
A collection of testing frameworks.
- Sleipnir - BDD-style framework for Swift.
- Swiftest - experimental BDD-style framework.
- Quick - Quick is a behavior-driven development framework for Swift and Objective-C.
A collection of pre-packaged transitions & cool ui stuffs.
- CharacterText - perform fx on UILabel.
- hamburger button transition - Hamburger button transition.
- GoogleWearAlert - Google Wear Alert style.
- pinterest transition - Pinterest style transition.
- SCLAlertView - Animated Alert view.
- JTToast - Toast for swift.
- ZFRippleButton - A ripple button animation.
Some interesting utilities that help you in your projects
- __ - Underscore.js power in your Swift projects.
- Awesome缓存 - manage cache easy in your swift project.
- BrightFutures - promise and future lib for swift.
- CLKit - a way to create cli with swift.
- Collection Each - add each func to collections.
- Dollar - a lib similar to Lo-Dash or Underscore in Javascript.
- PromiseKit - async promise programming lib.
- Pythonic.swift - Pythonic tool-belt for Swift: a Swift implementation of selected parts of Python standard library.
- Swiftz - a lib for functional programming.
- Swift Sugar - objsugar ported to swift.
- XCGLogger - a lib that help you handling better debug logging.
- SpecificationPattern - chainable rules useful for form validation.
- Async – Syntactic swift sugar for Grand Central Dispatch
Do you wanna host a webserver in your device? Here you can find some tricks to do it.
- swifter - Swift写带路由处理程序的Http 服务器.