hstdt
hstdt
在`LanguageCenterViewController2`的基础上修改。保持centerHeaderView为LanguageCenterHeaderView。contentView在接入`SJVideoPlayer`并开始视频播放的时候,无法滚动,代码死循环(其他代码和demo一致)。 如果将`updateNavigationBarStyle`方法注释掉,那么问题就能消失。所以请问除了改源码,还有其他方便的方式么。 关于如何认为是和`SJVideoPlayer`冲突,如果过滤掉视频播放的Row,功能一切正常。 系统: iOS 15
开启了shift切换中英文,但是如果在mac上使用Shift+鼠标进行文本选择,同样会触发中英文切换。 比如shift down和up之间如果有鼠标点击,是否不应该进行中英文切换 https://user-images.githubusercontent.com/10215098/206180252-36740074-fb4f-4b54-851c-400e8faec840.mp4 补充: Chrome, Xcode稳定出现,Safari,文本编辑没问题
**Describe the bug** Based on `PhantomDeepLinking`, I create NFT Transaction then sign by Phantom, but an error happened - `Expected signatures length to be equal to the number of required...
``` Cannot override 'photoOutput' which has been marked unavailable 'jpegPhotoDataRepresentation(forJPEGSampleBuffer:previewPhotoSampleBuffer:)' is unavailable in Mac Catalyst 'fileDataRepresentation(withReplacementMetadata:replacementEmbeddedThumbnailPhotoFormat:replacementEmbeddedThumbnailPixelBuffer:replacementDepthData:)' is unavailable in Mac Catalyst ``` 
刚才改了下代码,tag输入空完美使用,不需要再改其他代码。 另外konachan和yande的api现在都支持https了。
1. ignore pods文件夹避免Swift Package Manager显示不必要的依赖文件 2. 目前JRBaseKit以Git Submodule方式导入,可以后续将JRBaseKit也支持Swift Package Manager
目前我展示本地的gif使用的方案是`HeroBrowserLocalImageViewModule`配合`SDWebImage` ```swift let image = UIImage.sd_image(with: origin) let vm = HeroBrowserLocalImageViewModule(image: image) ``` 缺点是在长按保存的时候,已经拿不到对应的origin data了 `HeroBrowserDataImageViewModule`无法正确展示,且无法保存 `HeroBrowserNetworkImageViewModule`可以正确展示,但无法保存 可能要在`DownloadProvider`下载的时候把data也一并保存起来, 以支持保存?
- [x] I have read the [documentation](https://swiftpackageindex.com/SwiftyLab/MetaCodable/main/documentation/metacodable). **Is your feature request related to a problem? Please describe.** Nope **Describe the solution you'd like**  **Describe...
Hi, this library has some compile errors. 