Open semnyqu opened 7 years ago
设置了nav上的样式,但是menu的背景颜色为什么设置不了
需要在viewDidLoad的之后才能设置,应该是设置的时间太靠前了 menuView 还没有初始化
在viewDidLoad中设置: self.menuView.progressView.backgroundColor = [UIColor grayColor];
我的是涌入效果! 如果是其他效果,你试着设置menuView的backgroundColor。
设置了nav上的样式,但是menu的背景颜色为什么设置不了