长话短说,这就是我得到的:
http://img839.imageshack.us/img839/9461/capturedcran20130418000x.png
这是我的 AppDelegate 中的一些代码:
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"main_bar.png"] forBarMetrics:UIBarMetricsDefault];
[[UINavigationBar appearance] setTitleTextAttributes:
[NSDictionary dictionaryWithObjectsAndKeys:
//[UIColor colorWithRed:125.0/255.0 green:111.0/255.0 blue:100.0/255.0 alpha:1.0],
//UITextAttributeTextColor,
//[UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:0.8],
//UITextAttributeTextShadowColor,
//[NSValue valueWithUIOffset:UIOffsetMake(0, 0)],
//UITextAttributeTextShadowOffset,
[UIFont fontWithName:@"Pacifico" size:25],
UITextAttributeFont,
nil]];
[[UINavigationBar appearance] setTitleVerticalPositionAdjustment:-10 forBarMetrics:UIBarMetricsDefault];
可能是什么问题?