MoDaBao

Results 2 issues of MoDaBao

**bug提交前阅读** 1.请先仔细阅读文档,尤其是【其他注意事项】文档,里面有常见问题的解决方案; 2.请先搜索已有的Issues,尝试找到相同问题的讨论; 3.请先阅读相关类的API、源码,尝试从源码找到答案; 4.如果以上步骤都未能解决你的疑问,欢迎提交ISSUE; **bug描述** 请简单描述你的bug现象。 **版本号** 1.JXPagingView版本号:JXPagingView/Pager (2.1.0) 2.OC还是Swift版本:OC 3.手机系统版本号:12.5.3 4.手机型号:iphone6 Plus **复现步骤** 1. 遇到问题的相关效果、类是:JXPagerView 2.具体的操作步骤是: - (id)pagerView:(JXPagerView *)pagerView initListAtIndex:(NSInteger)index { ChatEmojiViewController *vc = [[ChatEmojiViewController alloc] init]; return...

**Bug 表现** 因为需要搜索功能的那个页面列表是用UICollectionView写的, QMUISearchController的searchBar 没有放在tableViewHeader中使用 而是直接[self.view addSubview:self.searchController.searchBar]; 并且设置了约束 设置hidesNavigationBarDuringPresentation属性为YES 结果searchBar在导航栏隐藏的时候显示不正确 我在iphone6plus iOS版本为12.5.3 真机运行Demo也会出现显示不正确的问题 自己的业务代码跑了一下iOS14.4的模拟器 位置是没问题 显示也是有点问题 **截图** iphone6plus iOS版本为12.5.3 真机运行Demo截图 与代码截图 ![IMG_0004](https://user-images.githubusercontent.com/16697955/119774066-2f4ff900-bef4-11eb-85aa-84797c9e17eb.PNG) ![WX20210526-091510](https://user-images.githubusercontent.com/16697955/119774160-59092000-bef4-11eb-83ed-611aa9a8d263.png) iOS14.4的模拟器 业务代码运行截图 与代码截图 ![WX20210526-095317](https://user-images.githubusercontent.com/16697955/119774102-3e36ab80-bef4-11eb-8314-09e871a1526d.png) ![WX20210526-103743](https://user-images.githubusercontent.com/16697955/119774180-5e666a80-bef4-11eb-80ca-dd5e3eef5f2d.png) **其他信息** 设备:...