WMPageController
WMPageController copied to clipboard
请问 ios 10 下 设置 self.showOnNavigationBar = YES 和 self.navigationItem.leftBarButtonItem 会导致 如下图问题

不要设置self.navigationItem.leftBarButtonItem 就用系统自带的
不要设置self.navigationItem.leftBarButtonItem 就用系统自带的
难道就没有更好的方法了么?????
目前解决办法是这个。。。
may be useful
@property (nonatomic, weak) UIView *leftView;
@property (nonatomic, weak) UIView *rightView;