iOS中怎么设置mjrefresh框架的背景色
展开全部
要设置透明度只需要修改A值。下面这行代码意思是修改导航栏的背景颜色,
//背景色修改
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageWithColor:[UIColor colorWithRGB:255 green:255 blue:255 alpha:1.0]] forBarMetrics:UIBarMetricsDefault];
根据RGBA来修改背景色
//背景色修改
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageWithColor:[UIColor colorWithRGB:255 green:255 blue:255 alpha:1.0]] forBarMetrics:UIBarMetricsDefault];
根据RGBA来修改背景色
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询