POSTECH 개발 동아리 'PoApper'에서 진행하는 IOS 강의용 repository 입니다.
- MacOS
- Git
- Swift : https://docs.swift.org/swift-book/index.html
- IDE : XCode or AppCode
- Basic UI : https://developer.apple.com/tutorials/swiftui/creating-and-combining-views
원하는 폴더에 다음 명령어를 칩니다.
git clone https://github.com/shhj1998/poapper-ios-tutorial.git
cd poapper-ios-tutorial
만약 내가 하고 싶은 강의가 lecture01
이면, poapper-ios-tutorial
폴더에서 다음 명령어를 칩니다.
git checkout -t origin/lecture01
그러면 SimpleBulletinBoard
프로젝트가 lecture01
에 맞춰서 바뀌어져 있을 겁니다. 이제 SimpleBulletinBoard
프로젝트를 xcode로 열어서 진행하시면 됩니다. 강의 목록은 github의 branch 목록을 확인하시면 됩니다.
- 로그인 / 회원가입
- SwiftUI
- NavigationView
- Observable Object
- 글 목록
- ListView
- 즐겨찾기
- 글 필터 / 정렬 / 검색
- 백엔드 연결
- URLSession
- Alamofire