天天看點

ios導航欄圖檔自适應, 根據圖檔大小适配

 UIImage *backGroundImage = [UIImage imageNamed:@"home_detail_head.png"];

    backGroundImage = [backGroundImage resizableImageWithCapInsets:UIEdgeInsetsZero resizingMode:UIImageResizingModeStretch];

    [self.navigationController.navigationBar setBackgroundImage:backGroundImage forBarMetrics:UIBarMetricsDefault];

繼續閱讀