fengshh93
fengshh93
把tableview初始化的style 改成UITableViewStyleGrouped类型,上拉刷新的footer和最后一个cell多了一段空白距离
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  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...
**Bug 表现** 设置了导航栏透明qmui_navigationBarBackgroundImage和qmui_navigationBarBarTintColor为空时会闪出导航栏颜色块,当设置qmui_navigationBarBackgroundImage为[UIImage new]和qmui_navigationBarBarTintColor 颜色为0xffffff, 0.0 时,上滑还会存在毛玻璃效果 **截图**  **如何重现** 1. ... 2. ... **预期的表现** 正常情况下,应该是跳转时无闪速,上滑时还是会透明 **其他信息** - 设备: 模拟器、iPhone - iOS 版本: [iOS 17.5 ,16.4] - Xcode 版本: [Xcode...
### 运行环境 ### - [x] iOS 设备:`iPhone` - [x] 系统版本:`iOS ` - [x] Xcode 版本:`15.4` - [x] QMUI iOS 版本:`4.8.0` ### 具体问题描述 ### 自定义返回按钮时,需要设置一个距离,让文字和返回图标对其,我们是不需要显示NeedsBackBarButtonItemTitle的,所以图标就往需要偏右显示。 navBarBackIndicatorImageLeft设置对返回位置有影响吗