Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: 3주차 과제 #11

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
ac90daf
Docs: 3주차 과제
sokft May 2, 2024
0cbcb15
Docs: 1주차 과제
Yeonnies Apr 4, 2024
3d6f5ea
Docs: 1주차 과제
alice0047 Apr 5, 2024
48123ed
Docs: 1주차과제
JEONG-J Apr 4, 2024
2035d17
Feat: 2주차 도넛 로그인 뷰 제작
JEONG-J Apr 11, 2024
cdfb25f
Feat: 도넛만들기 로그인 뷰
JEONG-J Apr 11, 2024
47e23b0
Fix: 깃 초기화
alice0047 Apr 13, 2024
a91e027
1, 2주차 과제
alice0047 Apr 13, 2024
cf09468
Feat: 3주차 과제 답(?)
JEONG-J May 2, 2024
455ee38
Feat: 4주차 과제 완료
JEONG-J May 8, 2024
34c1a74
Feat: 컬렉션 뷰 작성
JEONG-J May 20, 2024
38ca227
Feat: 도넛 온라인 스토어 수정
JEONG-J May 21, 2024
cf7ea67
Refactor : 2,3주차 과제 업로드
alice0047 May 2, 2024
e1b34a5
Refactor : doughnut mainViewController 수정
alice0047 May 2, 2024
d739bf4
Feat : 4주차 과제
alice0047 May 8, 2024
c01b4e0
Refactor : 스와이프 코드 수정
alice0047 May 9, 2024
3ec06a5
Feat : 5주차 숙제 - Thread 관리를 활용한 카운트다운
alice0047 May 13, 2024
ad38eae
Refactor : 5주차 숙제 - 카운트다운 과제에 기능 추가
alice0047 May 13, 2024
4ac9743
Refactor : 카운트 다운 과제에 기능 추가
alice0047 May 13, 2024
639738f
Refactor : 5주차 숙제 2번 수정
alice0047 May 13, 2024
0cac0e2
Refactor : 5주차 숙제 완료
alice0047 May 15, 2024
7337ee1
Feat : week 7 숙제 1 - PhotoPicker
alice0047 Jun 1, 2024
cd1c870
Feat : 지도 커스텀
alice0047 Jun 5, 2024
d6f1379
testfile 생성
alice0047 Jun 6, 2024
37c2509
Docs: 2주차 과제
Yeonnies Apr 11, 2024
f96b9c0
Docs: 3주차 과제
Yeonnies May 2, 2024
8d95c59
5,6주차 업데이트
Yeonnies May 25, 2024
ee766eb
Fix: 최종
Yeonnies Jun 6, 2024
e4e62e2
Docs: 8주차
sokft Jun 6, 2024
6fcdea7
Docs 7주차
sokft Jun 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

9 changes: 9 additions & 0 deletions UMC fifth~sixth/iOS_5th_homework/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'

target 'iOS_5th_homework' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'SnapKit'
end
16 changes: 16 additions & 0 deletions UMC fifth~sixth/iOS_5th_homework/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- SnapKit (5.6.0)

DEPENDENCIES:
- SnapKit

SPEC REPOS:
trunk:
- SnapKit

SPEC CHECKSUMS:
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25

PODFILE CHECKSUM: ede1babc9d5514b42c1fd2a240dc39cfaa8752ab

COCOAPODS: 1.15.2
16 changes: 16 additions & 0 deletions UMC fifth~sixth/iOS_5th_homework/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

752 changes: 752 additions & 0 deletions UMC fifth~sixth/iOS_5th_homework/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions UMC fifth~sixth/iOS_5th_homework/Pods/SnapKit/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions UMC fifth~sixth/iOS_5th_homework/Pods/SnapKit/LICENSE 2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 155 additions & 0 deletions UMC fifth~sixth/iOS_5th_homework/Pods/SnapKit/README 2.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading