Skip to content

Commit

Permalink
[CHORE] 함수명 변경 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMMIIIN committed Feb 18, 2024
1 parent 4d3933c commit 1497c6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ final class DetailEditViewController: UIViewController {
super.viewDidLoad()
self.setupPresentationController()
self.bindViewModel()
self.bindButtons()
self.bindUI()
}

// MARK: - func
Expand Down Expand Up @@ -156,7 +156,7 @@ final class DetailEditViewController: UIViewController {
.store(in: &self.cancellable)
}

private func bindButtons() {
private func bindUI() {
self.detailEditView.cancelButtonPublisher
.sink(receiveValue: { [weak self] _ in
self?.dismiss(animated: true)
Expand Down

0 comments on commit 1497c6c

Please sign in to comment.