Mx-Iris
Mx-Iris
遇到同样的问题,用系统的maskedCorners边框还是圆角,用qmui_maskedCorners才正常
我已经修复了,作者似乎弃坑了,已经提了PR [LyricsX 2023-06-08 00-00-31.zip](https://github.com/ddddxxx/LyricsX/files/11679638/LyricsX.2023-06-08.00-00-31.zip)
> > 我已经修复了,作者似乎弃坑了,已经提了PR [LyricsX 2023-06-08 00-00-31.zip](https://github.com/ddddxxx/LyricsX/files/11679638/LyricsX.2023-06-08.00-00-31.zip) > > 大佬,下载后解压拉到应用程序 打开时 提示无法打开,应该怎么弄 可能是我没有用开发者帐号签名,我下班回家后再打个包。
[LyricsX.zip](https://github.com/ddddxxx/LyricsX/files/11688810/LyricsX.zip)
QQ音乐出于API限制目前只能搜到一首,更多歌词的API需要Cookie,待我有时间研究一下
> > 我已经修复了,作者似乎弃坑了,已经提了PR [LyricsX 2023-06-08 00-00-31.zip](https://github.com/ddddxxx/LyricsX/files/11679638/LyricsX.2023-06-08.00-00-31.zip) > > 大佬厉害👍,是不是能同时获取Q音的原文歌词和翻译歌词呢? 我看了下支持的,App本身就支持,我只是更换了原来QQ音乐的API而已,原来的搜索API失效了,获取歌词的API还能用
> > 这个问题很久了,越来越多的人都会遇到。请问SDK没有修复的时候,能不能给大家一个建议呢? > > @pomin > > 1. 项目不要使用 UIWindowScene(大部分人只是因为 Xcode 自动帮你使用,而不是业务真的有这个需求)。 > 2. 如果组件支持,使用非 window 方式去展示(例如 QMUIPopupMenuView 就支持以 subview 方式而不是 window 方式,QMUIModalPresentationViewController 支持以 present 方式而不是 window 方式)。 >...
> > > > 这个问题很久了,越来越多的人都会遇到。请问SDK没有修复的时候,能不能给大家一个建议呢? > > > > > > > > > @pomin > > > > > > 1. 项目不要使用 UIWindowScene(大部分人只是因为 Xcode 自动帮你使用,而不是业务真的有这个需求)。 > > > 2....
I have merged the latest code and added some UIKit components, I found that there are a lot of UIConfigurations that have the `image` property, but this implementation of mine...
Ok, thanks for submitting a new PR for me and adding concurrency, I'm not familiar with swift concurrency so I didn't understand what you said above, I'll close this PR...