if [[[UIDevice currentDevice]systemVersion]floatvalue]>4.9 {
[UINavigationBar setBackgroundImage:[UIImage imageNamed:"1.png"] barMetrics:UIBarMetricsDefault];
}
if [[[UIDevice currentDevice]systemVersion]floatvalue]>4.9 {
[UINavigationBar setBackgroundImage:[UIImage imageNamed:"1.png"] barMetrics:UIBarMetricsDefault];
}
1520

被折叠的 条评论
为什么被折叠?