Swift学习资源收集贴(每日更新)
swift吧
全部回复
仅看楼主
level 12
雪花飘絮7 楼主
先分享一套Lydna出品的Swift Programming Language First Look视频。
链接: 百度网盘 密码: kwos
2014年09月24日 05点09分 1
level 12
雪花飘絮7 楼主
分享Swift开发工具Xcode 6.0.1。方便哪些从应用商店下载慢的朋友们。
链接: [无效] http://pan.baidu.com/s/1kTr9rTX 密码: jm4a
2014年09月25日 00点09分 2
level 12
路过
2014年09月25日 02点09分 3
level 12
[汗]
2014年09月25日 03点09分 4
谢谢小吧大人捧场。[吐舌]
2014年09月25日 04点09分
回复 雪花飘絮7 :不客气
2014年09月25日 04点09分
level 12
雪花飘絮7 楼主
今天分享一套游戏开发Sprite Kit的视频。
链接: [无效] http://pan.baidu.com/s/1hqqZ8Gk 密码: ooju
2014年09月27日 08点09分 6
level 15
经过Xcode6.1beta2测试 下载地址:[无效] http://pan.baidu.com/s/1nhM9K
2014年09月28日 02点09分 8
真快。1.1的教程都有了。
2014年09月28日 10点09分
回复 雪花飘絮7 :[哈哈]
2014年09月29日 05点09分
好象这个书翻译的很差,都懒的看
2014年12月17日 03点12分
回复 fire2fire :翻译的?
2014年12月17日 05点12分
level 12
雪花飘絮7 楼主
Swift 6.1的beta3发布了。关于Swift的改动如下:
!
• A large number of AppKit APIs have been audited for optional conformance in addition to
WebKit, Foundation, UIKit, CoreData, SceneKit, SpriteKit, Metal APIs. As a result, a significant
number of implicitly unwrapped optionals have been removed from their interfaces. This
clarifies the nullability of their properties and arguments / return values of their methods. This is
an ongoing effort.! !
These changes replace T! with either T? or T depending on whether the value can be null or not
respectively. If you find a case that is incorrect, log a bug at http://bugreport.apple.com and
include the tag “#IUO” in the subject line.! !
If you encounter a method, property or initializer for which the return value is incorrectly
considered non-nullable, you can work around the problem by immediately wrapping the result
in an optional:! !
var fooOpt: NSFoo? = object.reallyMightReturnNil()!
if let foo = fooOpt { … }! !
Be sure to log a bug about these cases. Do not file feature requests about APIs that are still
marked as T!, we know about them.! !
• Values of type Any can now contain values of function type. (16406907)! !
• Documentation for the standard library, which shows up in quick help and in the synthesized
header for the Swift module, is improved. (16462500)! !
• All of the *LiteralConvertible protocols now use initializers for their requirements rather
than static methods starting with convertFrom. For example, IntegerLiteralConvertible
now as the following initializer requirement:! !
init(integerLiteral value: IntegerLiteralType) !
Any type that previously conformed to one of these protocols will need to replace its
convertFromXXX static methods with the corresponding initializer. (18154091)! !
• Xcode now produces fixit hints to move code from the old-style fromRaw()/toRaw() enum
APIs to the new style-initializer and rawValue property.! !
• Class properties don*t need to be marked final to avoid O(n) mutations on value semantic
types. (17416120)!
2014年09月30日 01点09分 9
下载链接: http://pan.baidu.com/s/1jGwvvmA 密码: 1m2f
2014年09月30日 02点09分
链接不存在了,求补发
2016年04月09日 06点04分
level 12
雪花飘絮7 楼主
昨天刚跟新的Xcode 6.1的beta3,今天就发布了gm版本。看样子,苹果不想让大家过好国庆。先给大家分享一下吧。
链接: [无效] http://pan.baidu.com/s/1jGtD3iY 密码: cf3y
2014年10月01日 02点10分 10

2014年10月03日 07点10分
level 12
雪花飘絮7 楼主
苹果又发布Xcode 6.1 GM seed2了。看样子,苹果也知道大家都上班了。给大家一个惊喜。正在下载。下载完,给大家分享。
2014年10月08日 01点10分 11
level 12
雪花飘絮7 楼主
Xcode 6.1 GM 的seed2版本发布了。
链接: [无效] http://pan.baidu.com/s/1gdCGDgf 密码: xl9h
2014年10月08日 04点10分 12
level 12
雪花飘絮7 楼主
Xcode 6.1的正式版
下载链接: [无效] http://pan.baidu.com/s/1ntsRJJz 密码: wm6c
2014年10月17日 06点10分 15
level 15
2014年10月30日 01点10分 16
level 2
加油
2014年11月16日 13点11分 18
level 12
雪花飘絮7 楼主
Xcode 6.2 测试版的测试版放出来了。主要是增加对Watch开发的支持。
下载链接: [无效] http://pan.baidu.com/s/1c04GgDE 密码: 9b7k
2014年11月19日 09点11分 19
level 12
雪花飘絮7 楼主
Xcode 6.2的beta2发布了。
下载链接: [无效] http://pan.baidu.com/s/1o6yqBLg 密码: vhdw
2014年12月11日 08点12分 21
level 4
等正式版再装吧,没几天就下载这么大的文件,太浪费了
2014年12月17日 03点12分 22
level 12
雪花飘絮7 楼主
Xcode 6.2的beta3发布了。
下载链接: [无效] http://pan.baidu.com/s/1dDjGdFz 密码: 5h6i
2014年12月19日 02点12分 23
level 7
有没有关于Object c和cocoa的资料?
2014年12月19日 22点12分 24
我找找。
2014年12月20日 01点12分
回复 雪花飘絮7 :谢谢
2014年12月20日 05点12分
level 12
雪花飘絮7 楼主
Xcode 6.2的beta4发布了。
下载链接: [无效] http://pan.baidu.com/s/1sjqdUvN 密码: 6lxj
2015年01月13日 05点01分 26
大哥有没有SWIFT的学习资料啊?谢谢。 那个大学霸发的链接没用的。
2015年01月21日 12点01分
@tigerdxhu Swift语言的资料,都烂大街了。到处都是。
2015年01月22日 01点01分
@tigerdxhu 你要的是?
2015年01月22日 01点01分
能不能发一下连接
2015年02月09日 02点02分
level 12
雪花飘絮7 楼主
Xcode 6.3的beta发布了
下载链接: [无效] http://pan.baidu.com/s/1jG3QjT8 密码: pdph
2015年02月10日 01点02分 29
1 2 尾页