美文网首页
学习Swift

学习Swift

作者: ivanStronger | 来源:发表于2016-04-20 16:02 被阅读138次

    LearnSwiftEasily

    用心记录自己学习Swift的心得体会,让学习变得简单与快乐!

    Swift基础语法示例,playground文件</br>

    内容包含(持续更新)
    • Tuple.playground 元组
    • ForLoops.playground 循环
    • Function.playground 函数
    • 关于闭包.playground 闭包
    • enum.playground 枚举
    • switch.playground 切换

    地址:https://github.com/zanyfly/LearnSwiftEasily.git</br>
    目前网上许多Swift基础教程都是直接翻译苹果官方的文档,不过我看许多都是出自Swift 1.0。有部分语法现在已经改变了。我提供的代码全部基于Swift 2.0编译的。大家可以通过我的代码和网上教程对照学习!

    相关文章

      网友评论

          本文标题:学习Swift

          本文链接:https://www.haomeiwen.com/subject/dznslttx.html