티스토리 뷰
유료강의
- 패스트캠퍼스 - iOS 앱 개발 올인원 패키지 Online.
- kxcoding - Mastering iOS
무료강의
유튜브
- 개발하는정대리 - https://www.youtube.com/channel/UCutO2H_AVmWHbzvE92rpxjA
- KxCoding - https://www.youtube.com/channel/UCtVacbJccQlQL_FP5XSEQ
- 곰튀김 - https://www.youtube.com/channel/UCsrPur3UrxuwGmT1Jq6tkQw
- 야곰 - https://www.youtube.com/channel/UCkwWWEv3C-3ToeO57r5LCHQ
책
swift
스위프트 프로그래밍 - www.yes24.com/Product/Goods/78907450?OzSrank=1
SwiftUI
핵심만골라배우는 swiftui 기반의 ios프로그래밍 - www.yes24.com/Product/Goods/89421220?OzSrank=1
자료구조와 알고리즘
Data_Structures_and_Algorithms_in_Swift_v3.0.0 - www.raywenderlich.com/books/data-structures-algorithms-in-swift/v3.0
그 외
비전공자를 위한 이해할 수 있는 IT지식 - www.yes24.com/Product/Goods/91165789
참고 사이트
공식
https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html
https://developer.apple.com/tutorials/swiftui/
https://developer.apple.com/library/archive/navigation/
https://developer.apple.com/documentation/technologies
해외사이트
https://www.swiftbysundell.com
자료구조와 알고리즘
https://0urtrees.tistory.com/m/category/알고리즘(algorithm)/Swift 알고리즘
https://kor45cw.tistory.com/category
https://oingbong.tistory.com/198
Bloger
https://devmjun.github.io/category/
BoostCourse - iOS
https://www.edwith.org/boostcourse-ios/lecture/38732/
iOS 개발자들이 알아두면 유용한 사이트와 링크 목록
https://github.com/giftbott/iOSDevLinks
Awesome
https://github.com/vsouza/awesome-ios
https://github.com/matteocrippa/awesome-swift
유용한 라이브러리
- Alamofire - https://github.com/Alamofire/Alamofire
- SnapKit - https://github.com/SnapKit/SnapKit
- RxSwift - https://github.com/ReactiveX/RxSwift
- Kingfisher - https://github.com/onevcat/Kingfisher
- Lottie - https://github.com/airbnb/lottie-ios
기타
Json을 코드로 만들어 줌 - https://app.quicktype.io
CS - https://github.com/JaeYeopHan/Interview_Question_for_Beginner#면접에서-받았던-질문들
AwesomeSwiftKorean - https://github.com/ClintJang/awesome-swift-korean-lecture/blob/master/README.md#rxswift
'iOS' 카테고리의 다른 글
[iOS] Swift UNUserNotificationCenter 특정 시간에 알림, 로컬노티 보내기, Date()를 DateComponents로 변환 (0) | 2020.11.19 |
---|---|
[iOS] Date() 계산하기, swift 날짜 시간 더하기, 비교하기 (0) | 2020.11.18 |
[iOS] Swift AppIcon 쉽게 설정하기, 앱 아이콘 설정 (0) | 2020.11.14 |
[iOS] Swift UIScrollView AutoLayout 스크롤뷰 레이아웃 설정하기 (5) | 2020.11.13 |
[iOS] Swift 회원가입 화면 만들기 (0) | 2020.11.03 |