λ¬Έμ μν©
λ΄λΉκ²μ΄μ μμμ λ΄λΉκ²μ΄μ λ° λ²νΌκ³Ό νμ΄νμ ν¨κ» μ¬μ©νλκΉ λ€λ₯Έ νμΌλ‘ μ΄λ μ λ²νΌ μμμ΄ μ¬λ°±μΌλ‘ μκΈ°λ μ΄μκ° λ°μνμ΅λλ€.
μλμ κ°μ νλ©΄μμλ λ²νΌλ, νμ΄νλ ν¨κ» μ°μ΄κΈ° λλ¬Έμ μ¬λ°±μ΄ μμ΄ λ³΄μ΄μ§λ§ νμ΄νμ΄ λ무 컀μ νλ©΄μ λ무 λ§μ μμμ μ°¨μ§νλ μ΄μλ 보μμ΅λλ€.
λ¬Έμ ν΄κ²°
λ΄λΉκ²μ΄μ νμ΄νμ μμ κ³ UIBarButtonItemμ UILabelμ μΆκ°νμ¬ νλ©΄μ 보μ΄λ μ¬λ°±μ μμ¨ μ μμμ΅λλ€.
let titleLabel: UILabel = {
let label = UILabel()
label.text = "λ§μ΄νμ΄μ§"
label.font = .systemFont(ofSize: 24, weight: .bold)
return label
}()
let titleButton = UIBarButtonItem(customView: titleLabel)
navigation.viewControllers.first?.navigationItem.leftBarButtonItem = titleButton