Skip to content

Commit

Permalink
Merge pull request #305 from mini-min/release/#304
Browse files Browse the repository at this point in the history
[CHORE] #304 - 카카오 로그인 버튼 수정
  • Loading branch information
mini-min authored Jan 7, 2022
2 parents 5cc2c46 + 75ad199 commit 0e6a24e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"images" : [
{
"filename" : "kakao_login_large_wide.png",
"filename" : "btn_kakaologin.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "kakao_login_large_wide@2x.png",
"filename" : "btn_kakaologin@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "kakao_login_large_wide@3x.png",
"filename" : "btn_kakaologin@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LoginViewController: UIViewController {
// MARK: - Functions
func setUI() {
let kakaoButton = UIButton()
kakaoButton.setImage(UIImage(named: "kakao_login_large_wide"), for: .normal)
kakaoButton.setImage(UIImage(named: "btn_kakaologin"), for: .normal)
kakaoButton.cornerRadius = 15
kakaoButton.addTarget(self, action: #selector(kakaoSignInButtonPress), for: .touchUpInside)
view.addSubview(kakaoButton)
Expand Down

0 comments on commit 0e6a24e

Please sign in to comment.