05 2022 档案
IOS 15 自定义导航栏图片显示问题的解决
摘要:导航栏为图片的时候,进入是白色的,需要往上滑一点才能出现 OC UIImage *bgImage = [[UIImage imageNamed:@"nav_other"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0, 0) resizin
阅读全文