Skip to content

Commit 003c240

Browse files
authored
[NL-71] : 운세 API 연결 (#52)
* [NL-69] : 운세 API 연결 * [NL-71] : 운세 디자인 변경사항 적용 - 행운 스코어 애니메이션 적용
1 parent ac9c68b commit 003c240

File tree

24 files changed

+420
-193
lines changed

24 files changed

+420
-193
lines changed

Common/Base/Sources/NavigationBarItem.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,13 @@ public final class NavigationImageItem: UIImageView, NavigationBarItem {
5454

5555
private func setupUI() {
5656
contentMode = .scaleAspectFit
57-
snp.makeConstraints { make in
58-
make.width.equalTo(74)
59-
make.height.equalTo(20)
60-
}
6157
}
6258
}
6359

6460
extension NavigationImageItem {
6561
public static var logo: NavigationImageItem {
6662
let item = NavigationImageItem(frame: .zero)
67-
item.image = STImages.navigationLogo.image
63+
item.image = STImages.logo.image
6864
return item
6965
}
70-
7166
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "Logo.svg",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "image_job.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
3.54 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "image_love.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
24.6 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "image_money.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
29.1 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "image_more.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}

0 commit comments

Comments
 (0)