File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ Swift 语言指南
110
110
* [ Markdown -> Playground] ( https://github.com/jas/playground ) :该开源项目可将内含有 Swift 代码的 Markdown 自动转换为 Xcode Playgrounds 文件。喜欢用 Markdown 编辑的同学很激动吧。P.S. 这款工具写于 NodeJS,原因作者有交待。
111
111
* [ iOS/Mac Autolayout Constraints] ( https://autolayoutconstraints.com ) :这个工具不错,很直观,布局时可以省不少工夫。推荐者:[ @荧星诉语] ( http://weibo.com/qq184675420 )
112
112
* [ 在线生成 AppStore 审核用截图] ( https://appscreens.io/yK7cLuBNij ) :便捷的生产力工具。免费,易操作,可自定义。
113
+ * [ IBM Swift Sandbox] ( https://swiftlang.ng.bluemix.net/#/repl ) :IBM的在线Swift网站,需要翻墙。
114
+ * [ SwiftStub] ( http://swiftstub.com/ ) :另外一个Swift在线练习网站。
113
115
114
116
### 2. 代码管理
115
117
* [ GitHub] ( https://github.com/ ) :声望日盛的资源分享之地。
@@ -128,6 +130,7 @@ Swift 语言指南
128
130
* [ realm/SwiftLint] ( https://github.com/realm/SwiftLint ) :Realm 采用 Swift 编写的基于 GitHub's Swift Style Guide 规则的检查工具。除了命令行运行方式,也提供集成 Xcode 的方法。对于新团队,这样的工具可以自动约束大家遵循编程规范。
129
131
* [ XCode 升级后插件失效的原理与修复办法] ( http://joeshang.github.io/2015/04/10/fix-xcode-upgrade-plugin-invalid/ ) :由一条命令引发的分析文章。[ @_ TongJZ] ( http://weibo.com/u/2068840121 )
130
132
* [ feinstruktur/CoPilot] ( https://github.com/feinstruktur/CoPilot ) :通过此插件,Xcode 可以协同编程了(采用 WebSocket 通讯)。如此强大的“黑工具”,不爱它能行吗。[ 演示视频] ( https://vimeo.com/128713880 )
133
+ * [ Carthage] ( https://github.com/Carthage/Carthage ) :新兴起的去中心化的依赖管理器,目标是用最简单的方式来管理Cocoa第三方框架。优势很明显,但是也有不足,看后面的发展吧。
131
134
132
135
### 4. 管理工具
133
136
* [ swiftenv] ( https://github.com/kylef/swiftenv ) :Swift 版本管理器。类似 rvm(Ruby), nvm(Node.js)。
@@ -145,3 +148,4 @@ Swift 语言指南
145
148
## [ 媒体报道] ( https://github.com/ipader/SwiftGuide/tree/master/archive/news.md )
146
149
## [ 开放平台] ( https://github.com/ipader/SwiftGuide/tree/master/archive/platforms.md )
147
150
## [ Apple Watch 指南] ( https://github.com/ipader/SwiftGuide/blob/master/Apple%20Watch/README.md )
151
+
You can’t perform that action at this time.
0 commit comments