swift开发:试玩 Apple 站点的 playground

https://developer.apple.com/library/prerelease/ios/documentation/swift/conceptual/swift_programming_language/GuidedTour.html

http://chinaswift.me/forum 


点击图片中的:

下载代码解压缩


双击上面的图标,系统会打开 Xcode 6 beta



改动42 为32,右側的结果立即就变成 32了。

奇妙。


发现:项目文件夹下有个文件


contents.xcplayground



打开一看,牛大了:

?
1
2
3
4
5
6
<?xmlversion="1.0"encoding="UTF-8"standalone="yes"?>
<playgroundversion='3.0'sdk='macosx'allows-reset='YES'>
    <sections>
        <documentationrelative-path='section-1.html'/>
        <documentationrelative-path='section-2.html'/>
        <codesource-file-name='section-3.swift'/>

 

文档和 代码混合显示。。


原文地址:https://www.cnblogs.com/blfshiye/p/5266485.html