iOS 개발자라면 꼭 봐야 할 Swift 관련 문서
아래 주소는 스위프트 관련 문법을 세세하게 공부할 수 있는 공식 가이드 문서입니다.
https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html
The Basics — The Swift Programming Language (Swift 5.7)
The Basics Swift is a new programming language for iOS, macOS, watchOS, and tvOS app development. Nonetheless, many parts of Swift will be familiar from your experience of developing in C and Objective-C. Swift provides its own versions of all fundamental
docs.swift.org
아래 주소는 버전별로 Swift 문법의 어떤 기능들의 추가 되고 변경되었는지 보여주는 문서입니다.
https://docs.swift.org/swift-book/RevisionHistory/RevisionHistory.html
Document Revision History — The Swift Programming Language (Swift 5.7)
The @optional, @lazy, @final, and @required attributes are now the optional, lazy, final, and required Declaration Modifiers.
docs.swift.org
아래 주소는 Swift문법 관련 스타일 가이드를 보여주는 문서 입니다.
https://github.com/swift-kr/swift-style-guide-raywenderlich/blob/master/ko_style_guide.md
GitHub - swift-kr/swift-style-guide-raywenderlich: The official Swift style guide for raywenderlich.com.
The official Swift style guide for raywenderlich.com. - GitHub - swift-kr/swift-style-guide-raywenderlich: The official Swift style guide for raywenderlich.com.
github.com