Skip to content

iOS Coding Convention

Junsu Shin edited this page Oct 27, 2020 · 4 revisions

Filename Convention

파일명: (Upper)camelCase(JS) / UpperCamelCase(iOS)

폴더명: camelCase(JS) / UpperCamelCase(iOS)

Swift Convention

Swift Style Guide

https://github.com/minsOne/swift-style-guide/blob/master/README_KR.md

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

Swift API Design Guidelines

https://xho95.github.io/swift/language/grammar/revision/history/2020/10/08/API-Design-Guidelines.html

SwiftLint

https://github.com/realm/SwiftLint/blob/master/README_KR.md

Clone this wiki locally