Wang Ming

Results 31 comments of Wang Ming

@xzhangyueqian 这个我具体没有实现过,可以尝试下设置MenuView的背景颜色的alpha值,理论上如果你的TableView的Cell的height足够大的话,tableView滑动后还是会透过导航栏和标签栏的。

好像是默认了scrollView的clipToBouns属性为ture,我这边做下修改先

我设置了 scrollView.clipToBouns = false 你更新下代码,然后把自己的tableViewController.view.clipToBouns也设置为false再试试?

@aalenliang swift版本很久都没有维护了😂 现在存在不少BUG没有修复呢...

试试调用WMPageController的 ``` - (void)updateTitle:(NSString *)title andWidth:(CGFloat)width atIndex:(NSInteger)index ``` 这个方法,看能解决问题不?

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

先试试设置 viewFrame 属性能不能解决 这里之后打算对这个content的size做下规范 https://github.com/wangmchn/WMPageController/issues/264

https://github.com/wangmchn/WMPageController#customize-contents-frame ``` - (CGRect)pageController:(WMPageController *)pageController preferredFrameForContentView:(WMScrollView *)contentView; - (CGRect)pageController:(WMPageController *)pageController preferredFrameForMenuView:(WMMenuView *)menuView; ``` 这两个接口没法满足需求吗?