I use a custom image in the navbar (although a solid color would be okay). I’ve added the image to all my views using setBackgroundImage but now when the more view loads it’s blue and looks awkwardly different from the rest of the views. How can I set the image or color of the more view and the corresponding configure view? Is there some sort of controller I should make? Thanks!
Share
If you mean how to apply the same image to every navigation bar, then put the following in your app delegates
didFinishLaunchingWithOptionsmethod.EDIT: Place this in the viewDidLoad method of your first view controller: