2016-12-11技术周报

本期周报内容来自: nolol

时光机:周报汇总周报博客iOS puzzles


工具

  1. SOURCEKIT: SourceKit is the set of tools that enables most of Swift’s source code manipulation features: source code parsing, syntax highlighting, typesetting, autocomplete, cross-language header generation, and lots more.
  2. SwiftLint: A tool to enforce Swift style and conventions, loosely based on GitHub’s Swift Style Guide.
  3. ReadChinese: 读取项目中的所有中文,并且将这些中文按照国际化格式写入文件中,可以直接拿来实现国际化

博客

  1. Github-iOS备忘-超实用: ibireme收集整理的iOS开发相关第三方库和使用工具

开源代码

  1. swift-protobuf: Plugin and runtime library for using protobuf with Swift
  2. Quick: Quick is a behavior-driven development framework for Swift and Objective-C. Inspired by RSpec, Specta, and Ginkgo.
  3. Eureka: Elegant iOS form builder in Swift
  4. Moya: Network abstraction layer written in Swift.
  5. HackingWithSwift: This is the source code to accompany Hacking with Swift, a free tutorial series that teaches Swift coding for iOS.
  6. Github 上的 iOS 开源项目: 在 Github 上 Star 太多了,有时候很难找到自己想要的开源库,所以在此记录下来。便于自己开发使用,也顺便分享给大家。
  7. GitHub 上 iOS 开源库 Top 100: 主要对当前 GitHub 排名前 100 的项目做一个简单的简介, 方便初学者快速了解到当前 Objective-C 在 GitHub 的情况.