forked from team-popo/POPO-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description - 캘린더 뷰 컴포넌트 배치 - dummy data 생성 - AppMonth Enum 생성 - KingFisher 설치 - View Transition 연결을 위해 CoverUserPhotoVC에 Navi init 함수 추가 - Calendar, Tracker Data Model struct 추가 ### Related Issue close team-popo#43
- Loading branch information
1 parent
902dcea
commit ffc09c8
Showing
16 changed files
with
617 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ target 'popo' do | |
# Pods for popo | ||
pod 'SwiftLint' | ||
pod 'Moya', '~> 15.0' | ||
pod 'Kingfisher', '~> 7.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
PODS: | ||
- Alamofire (5.4.4) | ||
- Kingfisher (7.0.0) | ||
- Moya (15.0.0): | ||
- Moya/Core (= 15.0.0) | ||
- Moya/Core (15.0.0): | ||
- Alamofire (~> 5.0) | ||
- SwiftLint (0.42.0) | ||
|
||
DEPENDENCIES: | ||
- Kingfisher (~> 7.0) | ||
- Moya (~> 15.0) | ||
- SwiftLint | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Alamofire | ||
- Kingfisher | ||
- Moya | ||
- SwiftLint | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9 | ||
Kingfisher: 5efc54fec3980f92354898532e562cc17f31efb4 | ||
Moya: 138f0573e53411fb3dc17016add0b748dfbd78ee | ||
SwiftLint: 4fa9579c63416865179bc416f0a92d55f009600d | ||
|
||
PODFILE CHECKSUM: 5797af67ac481a532a89cfd8f9fae200c9347584 | ||
PODFILE CHECKSUM: 624d5255892bc85462208d36a7c76920b48d766c | ||
|
||
COCOAPODS: 1.10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
popo/popo/Resources/Colors.xcassets/emptyCalendarBg.colorset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.949", | ||
"green" : "0.949", | ||
"red" : "0.949" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0.949", | ||
"green" : "0.949", | ||
"red" : "0.949" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.