wangmchn / WMPageController

An easy solution to page controllers like NetEase News
MIT License
2.92k stars 628 forks source link

设置了nav上的样式,但是menu的背景颜色为什么设置不了 #334

Open semnyqu opened 7 years ago

semnyqu commented 7 years ago

设置了nav上的样式,但是menu的背景颜色为什么设置不了

wangmchn commented 7 years ago

需要在viewDidLoad的之后才能设置,应该是设置的时间太靠前了 menuView 还没有初始化

LJYes commented 7 years ago

在viewDidLoad中设置: self.menuView.progressView.backgroundColor = [UIColor grayColor];

我的是涌入效果! 如果是其他效果,你试着设置menuView的backgroundColor。