Skip to content

Commit

Permalink
170830 - 별 표기 함수 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneBuug committed Aug 29, 2017
1 parent ca7e1a7 commit 58083b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSProject/pyunrihae/pyunrihae/Image.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Image {
if grade < 0.5 {
starView.image = UIImage(named: "star0.png")
} else if grade < 1.0 {
starView.image = UIImage(named: "star5.png")
starView.image = UIImage(named: "star05.png")
} else if grade < 1.5 {
starView.image = UIImage(named: "star1.png")
} else if grade < 2.0 {
Expand Down

0 comments on commit 58083b1

Please sign in to comment.