wangmchn / WMPageController

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

作者,请问怎么设置WMMenuView和WMScrollView的背景颜色 #466

Open jniosdeveloper opened 6 years ago

jniosdeveloper commented 6 years ago

发现

JNWMPageController *vc = [[JNWMPageController alloc] init];
vc.menuView.backgroundColor = [UIColor orangeColor];
vc.scrollView.backgroundColor = [UIColor redColor];

无法进行menu的背景颜色的设置 并且在JNWMPageController的viewDidLoad中设置还是不行,是咋回事儿呢

wangmchn commented 6 years ago

打断点看下 .menuView 初始化了没? 目前是在viewDidLoad初始化的,需要在viewDidLoad之后设置

542604974 commented 5 years ago

终于找到这个答案了,谢谢作者

semperhhh commented 4 years ago

找到了找到了