首页 > 代码库 > swift开发:试玩 Apple 网站的 playground
swift开发:试玩 Apple 网站的 playground
https://developer.apple.com/library/prerelease/ios/documentation/swift/conceptual/swift_programming_language/GuidedTour.html
http://chinaswift.me/forum
点击图片中的:
Open Playground
双击上面的图标,系统会打开 Xcode 6 beta
修改42 为32,右侧的结果马上就变成 32了。。。
神奇。
发现:项目目录下有个文件
contents.xcplayground
打开一看,牛大了:
?
1 2 3 4 5 6 | <? xml version = "1.0" encoding = "UTF-8" standalone = "yes" ?> < playground version = ‘3.0‘ sdk = ‘macosx‘ allows-reset = ‘YES‘ > < sections > < documentation relative-path = ‘section-1.html‘ /> < documentation relative-path = ‘section-2.html‘ /> < code source-file-name = ‘section-3.swift‘ /> |
文档和 代码混合显示。。。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。