Skip to content

Commit

Permalink
[CHORE] TeamNADA#304 - 로그인 카카오 버튼 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-min committed Jan 7, 2022
1 parent e8e5139 commit 75ad199
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 75ad199

Please sign in to comment.