wv-y

Results 5 issues of wv-y

xcode13 iOS14.6及iOS15.4.1(手上现有的设备) [demo地址](https://github.com/wv-y/TabAnimationTest) 以willDisplayCell举例, 因为业务需要hook了一下,( willDisplayCell-myhook) 然后发现willDisplayCell-myhook会执行两遍,但是原方法(willDisplayCell)是只执行一次; TABAnimated中hook后执行原方法是用的selector; 不知道是不是自己写法和TABAnimated中hook的写法哪里有冲突,希望作者可以看下

need more info

### New Issue Checklist * [] I have read the [Documentation](https://github.com/tigerAndBull/TABAnimated/tree/master/Documents) * [] I have searched for a similar issue in the [project](https://github.com/rs/TABAnimated/issues) and found none ### Issue Info Info...

need more info

从3.0.7升级到3.1.3后UI结构可以拖动但无法选中view; iOS15.4.1和14.6都是一样的问题; ![IMG_0175](https://user-images.githubusercontent.com/58098983/183792957-76c7f2a7-2ceb-4a3a-bdce-bc44099db60f.PNG)

**描述bug** mj_objectClassInArray 只获取了当前类的配置,如果子类执行后,不会获取父类中的配置 **目前我是这么处理的,是否还有其他办法呢?** ``` @interface MyA : NSObject @property (nonatomic, strong) NSArray *list; @end @implementation MyA + (NSDictionary *)mj_objectClassInArray { return @{ @"list" : MyA.class }; } @end @interface...

测试了下,如果app存活期间产生的日志没有全部upload,下次启动app后会返回之前已经上报过的日志; 这边也调用了UploadSucess方法; 下面截图里,点击按钮push了200条日志,(日志内容是数字0、1、3...),第一次上报到29,保存上报记录到本地,然后关闭app再启动又从0开始上报 大佬能帮忙看看吗?需要demo的话我能提供iOS的项目