Change navigation bar bottom border color Swift

前端 未结 8 1310
时光取名叫无心
时光取名叫无心 2020-12-30 21:36

It works with

import UIKit

class ViewController: UIViewController {

override func viewDidLoad() {
    super.viewDidLoad()
    // Do any additional setup a         


        
8条回答
  •  长情又很酷
    2020-12-30 22:21

    There's a much better option available these days:

    UINavigationBar.appearance().shadowImage = UIImage()
    

提交回复
热议问题