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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -