Skip to content

Commit

Permalink
[Feat] #219 - 포그라운드 상태가 될 때마다 UI 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
yungu0010 committed Jan 11, 2024
1 parent caca8c9 commit 59e766e
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import UIKit

import KakaoSDKUser

class MyInfoAccountViewController: UIViewController {
final class MyInfoAccountViewController: UIViewController {

// MARK: - UI Components

Expand Down Expand Up @@ -41,11 +41,8 @@ class MyInfoAccountViewController: UIViewController {

private extension MyInfoAccountViewController {
func setUI() {

self.notificationView.switchClosure = { result in
if result {
self.notificationView.notificationSwitch.setOn(result, animated: true)
}
self.notificationView.notificationSwitch.setOn(result, animated: true)
}

view.backgroundColor = .ntdBlack
Expand Down

0 comments on commit 59e766e

Please sign in to comment.