0

enter image description here

I don't know how to remove this black line.

koen
  • 5,383
  • 7
  • 50
  • 89

1 Answers1

0

Try this in the Controller Code:

override func viewDidLoad() {
    self.navigationController?.navigationBar.clipsToBounds = true
}
Chris
  • 47
  • 2