Skip to content

Commit

Permalink
🧱 :: 포맷팅
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed May 11, 2024
1 parent 5caabe9 commit 327806a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ extension StorageViewController {
.withUnretained(self)
.bind { owner, flag in


owner.isScrollEnabled = !flag // 편집 시 , 옆 탭으로 swipe를 막기 위함
owner.editButton.isHidden = flag
owner.saveButton.isHidden = !flag
Expand Down Expand Up @@ -187,8 +186,6 @@ extension StorageViewController {

extension StorageViewController {
private func configureUI() {


editButton.layer.cornerRadius = 4
editButton.layer.borderWidth = 1
editButton.backgroundColor = .clear
Expand Down

0 comments on commit 327806a

Please sign in to comment.