RU-Tl / Ruti-iOS

Ruti-iOS
0 stars 0 forks source link

루틴 등록화면 Navibar back title 삭제 #10

Closed lxxyeon closed 3 months ago

lxxyeon commented 3 months ago

Navigation Bar의 backbutton item hidden 적용

lxxyeon commented 3 months ago
    let backBarButtonItem = UIBarButtonItem(title: "", style: .plain, target: self, action: nil)
    backBarButtonItem.tintColor = .white  // 색상 변경
    self.navigationItem.backBarButtonItem = backBarButtonItem
    navigationController?.setNavigationBarHidden(false, animated: true)