标签:
[[
UINavigationBar
appearance
]
setBackgroundImage
:[[
UIImage
alloc
]
init
]
forBarMetrics
:UIBarMetricsDefault];
[[
UINavigationBar
appearance
]
setShadowImage
:[[
UIImage
alloc
]
init
]];
标签:
原文地址:http://www.cnblogs.com/-ios/p/4670024.html