• Skip to primary navigation
  • Skip to content
  • Skip to footer
@dong_h_kim iOS Developer Blog
  • About
  • Articles
  • Projects

    [UIComponent] 네비게이션 버튼

    Tags : UIKit UIComponent

    Date : May 28, 2025

    ##

    private func setupNavigation() {
            self.navigationItem.rightBarButtonItem = UIBarButtonItem(
                image: UIImage(systemName: "gearshape.fill"),
                style: .plain,
                target: self,
                action: #selector(test)
            )
        }
    
    Previous Next

    Leave a comment

    • Follow:
    • GitHub
    • Feed
    © 2025 indextrown. Powered by Jekyll & Minimal Mistakes.