1
我已經使用紋理自定義了我的應用程序的UINavigationBar。這是我的代碼:UI導航欄自定義背景iPhone SDK
if ([[UINavigationBar class]respondsToSelector:@selector(appearance)]) {
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"MYIMAGE.png"] forBarMetrics:UIBarMetricsDefault];
}
該代碼的作品,但我想減少我的紋理的大小如何做到這一點?