fengshh93

Results 7 issues of fengshh93

把tableview初始化的style 改成UITableViewStyleGrouped类型,上拉刷新的footer和最后一个cell多了一段空白距离

bug

updateFrameOfSubviews方法,当title等于空,会进入[self imageForState:UIControlStateNormal] && self.contentHorizontalCenter,这样YPTabItem显示就不会居中,可以加上并且self.title不能空,这样图片就可以居中显示了

暗黑模式下,计算出来的渐变颜色不对,会闪烁,而且回到设置的默认颜色也是错的

自定义一个table列表,当数据比较多时,按钮会跟着滚动,原因是刚好ATShareEditListView高度多出了50pt,导致按钮跟随滚动 ATShareEditListView *view = [[ATShareEditListView alloc] initWithFrame:CGRectMake(0, 0, kSCREEN_WIDTH, 0) style:UITableViewStylePlain]; [LEEAlert actionsheet].config .LeeTitle(@"关闭后不显示在分享页面") .LeeAddCustomView(^(LEECustomView *custom) { custom.view = view; }) .LeeHeaderInsets(UIEdgeInsetsMake(10, 0, 0, 0)) .LeeAddAction(^(LEEAction *action) { action.height =...

在新系统上在创建时只要x值和w值带有小数点,就会不自动轮播,而且未轮播完就跳回第一个

### New Issue Checklist ![WeChat707fb893d1455ab79549a0ea61a2251d](https://github.com/SDWebImage/SDWebImage/assets/36759250/99f84850-715e-4829-a42a-7ecd968a4138) Info | Value | -------------------------|-------------------------------------| Platform Name | e.g.ios Platform Version | e.g. 17.5.1 SDWebImage Version | e.g.5.19.2 Integration Method | e.g. carthage / cocoapods...

在YBIBDefaultWebImageMediator.m头部导入#import "UIImage+MultiFormat.h" 把方法yb_downloadImageWithURL修改一下 (id)yb_downloadImageWithURL:(NSURL *)URL requestModifier:(nullable YBIBWebImageRequestModifierBlock)requestModifier progress:(nonnull YBIBWebImageProgressBlock)progress success:(nonnull YBIBWebImageSuccessBlock)success failed:(nonnull YBIBWebImageFailedBlock)failed { if (!URL) return nil; SDWebImageDownloadToken *token = [[SDWebImageDownloader sharedDownloader] downloadImageWithURL:URL options:SDWebImageDownloaderLowPriority progress:^(NSInteger receivedSize, NSInteger expectedSize, NSURL...