# learn-swift **Repository Path**: srxboys/learnswift ## Basic Information - **Project Name**: learn-swift - **Description**: [WIP] 学习 Swift 5.x - **Primary Language**: Swift - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-09-04 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习 Swift 5 学习时间: 2020-9-3 - XCode 11.3.1 - XCode 12.0.1 ```sh xcrun swift -version # Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) ``` ## 了解 1. 一、基础 (函数式) [END] 1. 二、SwiftUI (响应式) [WIP] 1. 三、实战 [WIP] ## 一、基础 B站:【Swift编程基础】公司内部培训视频 - 已完结2019年9月份 - ios,Macos,SwiftUI开发前基础知识培训 - https://www.bilibili.com/video/BV144411C7Gg?from=search&seid=594924348985160285 code: [LearnSwift](./LearnSwift) ## 二、SwiftUI [WIP] - B站:Learn SwiftUI for iOS 13【part1+part2全套视频】`英文视频,中文字幕` - https://www.bilibili.com/video/BV1X7411R73g?from=search&seid=8952968556778899701 - https://www.acfun.cn/v/ac15856717 code: [LearnSwiftUI](./LearnSwiftUI) ## 三、实战 [WIP]