乞
乞
-------------------------------------------- -------------------------------------------- ## Base Info for this issue 1. Version:Latest Version as [here](https://github.com/ChenYilong/CYLTabBarController/blob/master/CYLTabBarController.podspec) 2. Language of App :Objective-C 4. iOS System Version:iOS16 5. Prototype(是否是真机):YES ,iphone12 6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A ## 1....
可以试试添加 秒开 功能
下面 是我结局问题思路
我将 #import "GKVideoScrollView.h" 中的第680行 代码中的 contentSize 设了一个初始高度,上拉的控件出来,但是下拉的控件出不来 - (void)updateContentSize { CGFloat height = self.viewHeight * (self.totalCount >= 3 ? 3 : self.totalCount); if (self.totalCount == 0) height = self.viewHeight; [self...
ld: framework 'DACircularProgress' not found
我使用SJMediaCacheServer缓存了我们的视频,一切正常的情况下没有任何问题。 但是我们的测试不走寻常路,他在播放的时候 关闭网络,这导致SJMediaCacheServer缓存本地端口无法连接,无法播放。这时候重新连网。所有的缓存都不能播放,并且AVPlayer 报错NSURLErrorDomain Code=-1004 "Could not connect to the server."。 我有试过不使用SJMediaCacheServer,不会出现上面的问题。原因可能就是本地端口在断网重连之后,没有重新打开访问本地端口。 下面是我的一些代码: - (NSString *)videoUrl { return self.video_url; // 这是返回原来的播放地址,使用这个地址不会出现上面的问题。 return [SJMediaCacheServer.shared proxyURLFromURL:[NSURL URLWithString:self.video_url]].absoluteString; // 这个是本地缓存的地址。会出现上面的问题。 } // 这里的是在播放当前视频时,缓存下一个,...
在iOS26上使用hbd_barAlpha = 0.0之后,在模拟器会把navigationItem.leftBarButtonItem和title都隐藏。
https://github.com/user-attachments/assets/a26f9c8e-a2f9-4835-b3e7-4651db1c0d07 xcode 16.2 使用的最新的库, https://github.com/user-attachments/assets/1c4eedf0-7996-4115-9c5b-aeee0b84d7f1 去掉背景颜色之后的样子 手机系统18.2