canhua

Results 5 issues of canhua

目前 **WRCustomNavigationBar** 只支持左右两边各一个按钮,能否像**UINavigationBar**一样支持添加多个 **item**。

WMPageController 没有实现 WMMenuViewDataSource中设置badge的方法,可以添加相关的api么 ```objc - (UIView *)menuView:(WMMenuView *)menu badgeViewAtIndex:(NSInteger)index; ```

如果**window**的根控制器为**UITabBarController**,这种实现方式会有比较大的问题,**present**出来的全屏控制器,**dismiss**的时会有错误发生,**播放view**不能正确添加到原来的**父view**上,而是错误的添加到 **UITabBarController的view**上。 * **UIViewControllerAnimatedTransitioning 协议** ,**- (void)animateTransition:(id )transitionContext 方法**中。 ``` - (void)animateTransition:(id )transitionContext{ //转场过渡的容器view UIView *containerView = [transitionContext containerView]; //ToVC, 如果跟控制器为UITabBarController ,dismiss时,获取到的是一个 UITabBarController。 UIViewController *toViewController = [transitionContext viewControllerForKey:UITransitionContextToViewControllerKey]; toViewController.view.frame =...

I want to switch FTP pattern at any time, passive or active, please provide an API, thank you!