怎么把这个导航栏设置为白色 ShoppingCartViewControllerswift XiTaoBang Created by jianqi on 2023315import MJRefreshimport UIKit class ShoppingCartViewController BaseViewController FaradayNavigationBarHiddenProtoc
将以下代码:
navView.backgroundColor = Style.colorBgGrey
改为:
navView.backgroundColor = .white
原文地址: https://www.cveoy.top/t/topic/bylO 著作权归作者所有。请勿转载和采集!