ios - How to change the background of the navigation bar of a single view? -


i have application multiple views , main navigation bar has background defined in appdelegate.m . want 1 of these views have different background.

i've tried embed whole view in navigation controller no luck. i've tried change background view controller class no luck.

if can share code helpful. below might help

[self.navigationcontroller.navigationbar setbackgroundimage:[uiimage imagenamed:@"image"] forbarmetrics:uibarmetricsdefault] 

Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -