/SSAC_iOS

πŸŽ„SSACμ—μ„œ κ³΅λΆ€ν•œ 기둝듀

SSAC_iOS

πŸŽ„ SSACμ—μ„œ κ³΅λΆ€ν•œ 기둝듀

🐾 Swift 문법

πŸ“Œ μ˜΅μ…”λ„ Optional
κ°•μ œμΆ”μΆœ(!) μ˜΅μ…”λ„λ°”μΈλ”© μ˜΅μ…”λ„μ²΄μ΄λ‹ νšŒμ›κ°€μž… μ‹œ μž…λ ₯된 정보 확인
πŸ“Œ μ—΄κ±°ν˜• Enumaeration
μ—΄κ±°ν˜•&μžλ£Œν˜• switch&μ—΄κ±°ν˜• μ›μ‹œκ°’ RawValue
πŸ“Œ νŠœν”Œ Tuple
πŸ“Œμ˜΅μ…”λ„ 바인딩
if let guard let
πŸ“Œνƒ€μž…μΊμŠ€νŒ…
is as?
πŸ“Œν”„λ‘œνΌν‹°Property
μ €μž₯ν”„λ‘œνΌν‹° μ—°μ‚°ν”„λ‘œνΌν‹° willSet/didSet
πŸ“Œ 지연 μ €μž₯ ν”„λ‘œνΌν‹° lazy var
πŸ“Œ νƒ€μž… μ•Œλ¦¬μ–΄μŠ€ typealias
πŸ“Œ ν΄λ‘œμ € Closure
πŸ“Œ κ³ μ°¨ν•¨μˆ˜ Higher-order function
.filter .map .reduce $0

🐾 Project

πŸ“Œ Device Orientation
Portrait Upside Down Landscape Left Landscape Right
πŸ“Œ 닀크λͺ¨λ“œ Dark Mode
Semantic colors System Colors Dynamic Colors 닀크λͺ¨λ“œ 없이 κ°œλ°œν•˜λŠ” 법
πŸ“Œ ν…Œμ΄λΈ”λ·° Table View
πŸ“Œ ν…Œμ΄λΈ” λ·° κ΅¬ν˜„ λ©”μ„œλ“œ
πŸ“Œ μž¬μ‚¬μš© λ©”μ»€λ‹ˆμ¦˜
πŸ“Œν™”λ©΄μ „ν™˜ κ΅¬ν˜„ν•˜κΈ°(κΈ°λ³Έ 루틴)
Present-Dismiss Push-Pop
πŸ“Œ Storyboard Reference
πŸ“Œ XIB TableViewCell
πŸ“Œ CollectionView
πŸ“Œ CollectionView κ΅¬ν˜„ν•˜κΈ°
item
πŸ“Œ CollectionView Layout: Flow Layout
.itemSize .sectionInset .minimumLineSpacing .minimumItneritemSpacing .scrollDirection
πŸ“Œ ν•˜λ‚˜μ˜ UIView에 μ—¬λŸ¬κ°œ CollectionView μΆ”κ°€ν•˜κΈ°
πŸ“Œ CollectionViewCell에 λ²„νŠΌ μΆ”κ°€ν•˜κΈ°
.addTarget .reloadData .reloadItems
πŸ“Œ νŽ˜μ΄μ§€λ„€μ΄μ…˜Pagination
πŸ“Œ νŽ˜μ΄μ§€λ„€μ΄μ…˜μ˜ 방법
Offset Cursor
πŸ“Œ iOS νŽ˜μ΄μ§€λ„€μ΄μ…˜ κ΅¬ν˜„ 방법
tableVeiw: willDisplayCall ScrollView prefetch
πŸ“Œ νŽ˜μ΄μ§€λ„€μ΄μ…˜ κ΅¬ν˜„ν•˜κΈ°: prefetch
startPage UITableViewDataSourcePrefetching prefetchRowsAt cancelPrefetchingForRowsAt
πŸ“Œ Kingfisherμ—μ„œ 이미지가 μ œλŒ€λ‘œ λ‘œλ“œλ˜μ§€ μ•ŠλŠ” 문제
πŸ“Œ μŠ€ν† λ¦¬λ³΄λ“œ μ„€μ • μ œκ±°ν•˜κΈ°
πŸ“Œ μœ„μΉ˜ κΆŒν•œ μ„€μ •
πŸ“Œ λ„€νŠΈμ›Œν¬ λ³€κ²½ 감지
Reachability NWPathMonitor .reduce $0

🐾 Xcode Error

πŸ“Œ μ—”νŠΈλ¦¬ 포인터 μ—†μ–΄μ‘Œμ„ λ•Œ
πŸ“Œ UITableView.automaticDimension
πŸ“Œ Build input file cannot be found:

🐾 기타

πŸ“Œ Authorization & Privacy(Asccessing User Data)
πŸ“Œ Push Notification
πŸ“Œ Push Notification λ™μž‘λ°©μ‹
πŸ“Œ APNs: Apple Push Notification Service
πŸ“Œ 인증 APIService
πŸ“Œ URLRequest
πŸ“Œ Enabling Optimizaions
-Onone -O -Osize
πŸ“Œ 전체 λͺ¨λ“ˆ μ΅œμ ν™” Whole Module Optimization(WMO)
πŸ“Œ Reducing Dynamic Dispatch
Method Dispatch Static Dispatch Dynamic Dispatch
πŸ“Œ Optimization Tip
final filepricate/private internal
πŸ“Œ RestAPI
πŸ“Œ Codable
πŸ“Œ Encodable
πŸ“Œ Decodable