Tyrion
Tyrion
左滑正常,右滑crash - `-[UICollectionView _updateVisibleCellsNow:]`无限调用进入死循环了 设备信息:iPhoneXS 版本号:12.1(16B92) && 12.0(16A366) 非iPhoneXs 的 12.0(16A366) 正常 #
``` 类似于tableView - headerView是用masonry设置的,根据数据不同动态设置高度 UIView *headerView = _tableViewHeader; CGFloat height = [headerView systemLayoutSizeFittingSize:UILayoutFittingCompressedSize].height; CGRect frame = headerView.bounds; frame.size.height = height; headerView.frame = frame; [self.tableView setTableHeaderView:headerView]; ``` >使用 `SwipeTableView`刷新如下 ``` //如果没刷新...
**提bug前必看** 请先回答下列三个问题,否则不允处理,谢谢配合。 1、我最新的Demo是否有这个bug?【**如果Demo没问题,请升级新版**】 答:有 2、你用的是什么版本?升级到最新版后是否正常? 答:最新版 3、是否有改动过我库内部的代码?【**如有,请告诉我你改了什么**】 答:只改了Demo代码,[这里有demo可以重现](https://github.com/miniLV/TZImagePickerController) **bug内容描述** **我如何复现这个bug?**  [这里有demo可以重现](https://github.com/miniLV/TZImagePickerController) **截图**    **其它说明** 有没有其它要补充的?比如你的初始化TZImagePickerController的代码 模仿微信设置,感觉内部设置相册浏览图片列表的时候,显示的序号是根据内部的真实图片地址决定的,导致比如选择两张一模一样的图片,第二张序号会和第一张一样 ------------------ A, B, C A, B , E --------- 期望序号 0,...
`[self.navigationController.navigationBar lt_setBackgroundColor:[color orangeColor]]; ` in iOS12 will display clearColor
### Description Crashed: com.google.fira.worker: SIGABRT ABORT 0x00000001bdf00bbc 0 libsystem_kernel.dylib 0x6bbc __pthread_kill + 8 1 libsystem_pthread.dylib 0xd854 pthread_kill + 208 2 libsystem_c.dylib 0x1f6ac abort + 124 3 libsystem_malloc.dylib 0x1b9d8 _malloc_put +...