Swift Project 01 - TAP COUNTER 发表于 2016-10-02 更新于 2024-04-17 分类于 Development 本文字数: 232 阅读时长 ≈ 1 分钟 主要学习的内容: 使用 Interface Builder 来建立标签和按钮 编写 Swift function 来增加和重置数字 在标签、按钮与代码之间建立关联 开发环境: macOS 10.12 Xcode 8.0 iOS 10.0 Swift 3.0 组件: UIKit 参考: Creating a ‘Hello World’ App with Swift 源代码: https://github.com/TommyLau/100-Days-of-Swift-3/tree/master/Swift Project 01