-
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.
- Loading branch information
Showing
19 changed files
with
98 additions
and
40 deletions.
There are no files selected for viewing
Binary file modified
BIN
-4.58 KB
(98%)
...it-a-pet-client.xcworkspace/xcuserdata/maclove.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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
Binary file removed
BIN
-881 Bytes
...t/fit-a-pet-client/Assets.xcassets/OauthIcon/apple_icon.imageset/apple_icon.png
Binary file not shown.
Binary file removed
BIN
-1.61 KB
...fit-a-pet-client/Assets.xcassets/OauthIcon/google_icon.imageset/google_icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...uthIcon/apple_icon.imageset/Contents.json → ...n/icon_oauth_apple.imageset/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
4 changes: 4 additions & 0 deletions
4
...client/Assets.xcassets/OauthIcon/icon_oauth_apple.imageset/icon_oauth_apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...uthIcon/naver_icon.imageset/Contents.json → .../icon_oauth_google.imageset/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
19 changes: 19 additions & 0 deletions
19
...ient/Assets.xcassets/OauthIcon/icon_oauth_google.imageset/icon_oauth_google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...uthIcon/kakao_icon.imageset/Contents.json → ...n/icon_oauth_kakao.imageset/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
4 changes: 4 additions & 0 deletions
4
...client/Assets.xcassets/OauthIcon/icon_oauth_kakao.imageset/icon_oauth_kakao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...thIcon/google_icon.imageset/Contents.json → ...n/icon_oauth_naver.imageset/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
11 changes: 11 additions & 0 deletions
11
...client/Assets.xcassets/OauthIcon/icon_oauth_naver.imageset/icon_oauth_naver.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-1.2 KB
...t/fit-a-pet-client/Assets.xcassets/OauthIcon/kakao_icon.imageset/kakao_icon.png
Binary file not shown.
Binary file removed
BIN
-1.26 KB
...t/fit-a-pet-client/Assets.xcassets/OauthIcon/naver_icon.imageset/naver_icon.png
Binary file not shown.
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
1 change: 1 addition & 0 deletions
1
fit-a-pet-client/fit-a-pet-client/ViewControllers/TabBarVC/SettingVC.swift
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,6 +1,7 @@ | ||
import UIKit | ||
import SnapKit | ||
|
||
|
||
//TODO: 알림 배경 수정 필요 | ||
class SettingVC: UIViewController { | ||
|
||
|