Legen Sie ein Hintergrundbild für die Navigationsleiste fest und erweitern Sie es proportional, um das gesamte Bild anzuzeigen

// 
UIImage * backGroundImage = [UIImage imageNamed: @ "titleImage"]; 
backGroundImage = [backGroundImage resizableImageWithCapInsets: UIEdgeInsetsZero resizingMode: UIImageResizingModeStretch]; 
[self.navigationController.navigationBar setBackgroundImage: backGroundImage forBarMetrics: UIBarMetricsDefault];

 

 

Pro-Test so gut.

Ich denke du magst

Origin blog.csdn.net/qq_28285625/article/details/110240493
Empfohlen
Rangfolge