Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- MacOS
- iOS16
- view
- 한글
- appstore
- 웹뷰
- IOS
- darkmode
- Code
- Xcode
- github
- FLUTTER
- error
- Realm
- SwiftUI
- UIButton
- 이미지
- mac
- Archive
- Session
- Git
- JPA
- Apple
- Swift
- Firebase
- geofencing
- rxswift
- window
- Notification
- 개발자
Archives
- Today
- Total
목록Convention (1)
EEYatHo 앱 깎는 이야기
Swift ) 코드 컨벤션 - EEYatHo iOS
노션 링크 코드 컨벤션 📌 코드 포맷팅 iris-numeric-9d0.notion.site 📌 코드 포맷팅 띄어쓰기, 쉼표, 콜론, 줄바꿈 등. 기능 및 성능과는 직접적인 연관이 없는, 코드들의 모양 (겉부분) 을 다룹니다. 통일된 코드 포멧은, 우리 뇌의 청킹을 도와, 타인의 코드를 더 쉽게 볼 수 있게 도와줍니다. 1. import import 순서 내장 프레임워크를 먼저 import 한 후, 한줄 띄우고 third-party 들을 import 합니다. 이후 알파벳 순으로 정렬합니다. ✅ Preferred import Foundation import UIKit import AdSupport import AppTrackingTransparency import RxCocoa import RxSwift i..
iOS, Swift
2022. 12. 26. 20:22