ios Object-c 取消nav下划线
要取消导航栏下划线,你可以使用以下代码来设置导航栏的背景图片为空图像:
[self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
[self.navigationController.navigationBar setShadowImage:[[UIImage alloc] init]];
这将设置导航栏的背景图片为空图像,并且移除下划线。
原文地址: https://www.cveoy.top/t/topic/ixU3 著作权归作者所有。请勿转载和采集!