柯磊

Results 4 issues of 柯磊

## Use case 建议 使用 PerfOverlay 查看帧数据时目前只有 max 和 avg 数据,这两个数据可能差值较大,希望能增加“中位数”显示。 ![image](https://user-images.githubusercontent.com/338228/129996468-a434b60b-61b1-47dc-9f50-ba6952eb5b35.png)

feature

**bug描述** 我的界面在 viewDidAppear 时有判断 view.superview 做一些逻辑,然而使用 JXCategoryView 后发现触发 viewDidAppear 时,self.view.superview 为 nil。这不符合生命周期逻辑。调试发现是这里的问题。https://github.com/pujiaxin33/JXCategoryView/blob/8865907e0d5e7fd5af8ae847c309056a8a478315/Sources/Common/JXCategoryListContainerView.m#L442 cell 为 nil,这里应该使用`[self.collectionView dequeueReusableCellWithReuseIdentifier:@"cell" forIndexPath:indexPath]`来获取 cell。 **版本号** 1.JXCategoryView版本号:1.5.9 2.手机系统版本号:15.5 3.手机型号:iPhone 12 mini **复现步骤** 1. 遇到问题的相关效果、类是:JXCategoryListContainerView.containerType == JXCategoryListContainerType_CollectionView **截图**...

bug

``` /Pods/Headers/Private/SDWebImage/SDImageCache.h:113:1 No 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed /Pods/Headers/Private/SDWebImage/SDImageCache.h:113:1 Default property attribute 'assign' not appropriate for object /Pods/Headers/Private/SDWebImage/SDWebImageManager.h:192:1 No 'assign', 'retain', or 'copy' attribute...