Skip to content

Commit

Permalink
Refactor [#269] 중복되는 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
chaentopia committed Oct 25, 2023
1 parent ba5643a commit 27b760b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ final class FriendProfileViewController: BaseViewController {
// MARK: LifeCycle
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.navigationController?.navigationBar.isHidden = true
self.tabBarController?.tabBar.isHidden = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ final class ProfileViewController: BaseViewController {

var isFinishPaging = false
var isLoadingData = false

var pageCount = -1

// MARK: - Function
Expand All @@ -35,7 +34,6 @@ final class ProfileViewController: BaseViewController {
"user_subscription": profileView.isYelloPlus ? "yes" : "no",
"user_ticket": profileView.ticketCount,
"user_name": profileView.myProfileHeaderView.myProfileView.nameLabel.text ?? ""])
self.navigationController?.navigationBar.isHidden = true
self.tabBarController?.tabBar.isHidden = false
self.tabBarController?.tabBar.items?[2].imageInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
self.profileView.myProfileHeaderView.profileUser()
Expand Down

0 comments on commit 27b760b

Please sign in to comment.