LoginSignup
0
0

More than 1 year has passed since last update.

Swiftのナビゲーションバーの枠線を消す

Posted at

箇所

頭部のところ
截圖 2021-09-01 23.54.21.png

消したい画面に

sample.swift
override func viewDidLoad() {
    super.viewDidLoad()
    let image = UIImage()
    self.navigationController?.navigationBar.setBackgroundImage(image, for: .default)
    self.navigationController?.navigationBar.shadowImage = image
}

を書き込んだら消えます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0