Separator between navigation bar and view - iOS 7
问题 In iOS 7 there's a grey separator between the navigation bar and the view. Back in iOS 6, there wasn't that horizontal line, thus the view would blend in with the navigation bar as if they were the same image. Now I don't know how to remove it... I've tried resizing the view / navigation bar, but it doesn't help. Any ideas? 回答1: Try with self.navigationController.navigationBar.translucent = NO; In your viewDidLoad method and let me know :) If you need this effect on every ViewController, you