왕논의 연구실

Swift Style Guide 본문

iOS/Swift

Swift Style Guide

ywangnon 2026. 5. 27. 23:59
반응형

여러 회사에서 사용하고 있는 Swift Style Guide를 정리했습니다.

 

1. Apple API Design Guide

https://www.swift.org/documentation/api-design-guidelines/

 

2. Google Swift Style Guide

https://google.github.io/swift/ 

 

3. The Official Kodeco Swift Style Guide.

https://github.com/kodecocodes/swift-style-guide.git

 

4. Style Share

https://github.com/StyleShare/swift-style-guide.git

 

5. airbnb

https://github.com/airbnb/swift.git

 

git, google에 swift style guide 검색

 

Apple, Google, Kodeco 를 많이 참고

 

 

 

 

반응형

'iOS > Swift' 카테고리의 다른 글

RIBs  (0) 2025.12.11
VIPER  (0) 2025.12.06
MVVM (Model-View-ViewModel)  (0) 2025.12.05
MVC (Model - View - Controller)  (0) 2025.12.04
iOS에서 UI 변경이 바로 적용되지 않는 이유  (0) 2025.05.09