wangmchn / WMPageController

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

请问 ios 10 下 设置 self.showOnNavigationBar = YES 和 self.navigationItem.leftBarButtonItem 会导致 如下图问题 #589

Open Hanchunlin opened 5 years ago

Hanchunlin commented 5 years ago

2019-02-15 3 14 50

1277393484 commented 5 years ago

不要设置self.navigationItem.leftBarButtonItem 就用系统自带的

Hanchunlin commented 5 years ago

不要设置self.navigationItem.leftBarButtonItem 就用系统自带的

难道就没有更好的方法了么?????

1277393484 commented 5 years ago

目前解决办法是这个。。。

Mr-yuwei commented 5 years ago

may be useful

@property (nonatomic, weak) UIView *leftView;
@property (nonatomic, weak) UIView *rightView;