jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Support for iOS 13 Dark Mode #577

Closed jhammer closed 4 years ago

jhammer commented 5 years ago

Just curious if support for iOS 13 Dark Mode is planned in the near term, or if that is something you're looking for a PR on. Thanks!

inoryxun commented 5 years ago

暗黑模式,你自己换个背景颜色不就行了?完全可以自己搞呀!

jhammer commented 5 years ago

暗黑模式不会那么简单,需要使用新iOS 13 API。参见: https://developer.apple.com/videos/play/wwdc2019/214/

inoryxun commented 5 years ago

我认为你想复杂了!

inoryxun commented 5 years ago

image 自适应配色,你认为有多复杂?HUD显示的颜色样式除非你用默认的,不然你都可以自己设置!

jhammer commented 5 years ago

好像你还没有看我上面提到的视频。暗黑模式跟UIBlurEffect和UIVisualEffectView也有关系。

inoryxun commented 5 years ago

现在就有iOS13beta版,你可以试试看。

inoryxun commented 5 years ago

另外看啥视频呀,直接看文档: image 这张图应该算是最简单明了的了吧?UIBlurEffect和UIVisualEffectView这个是做高斯模糊效果的呀,你没做过吗?

inoryxun commented 5 years ago

image

jhammer commented 5 years ago

视频和文档我早已读完了。MBProgressHUD已经使用者UIBlurEffect和UIVisualEffectView,但是还没升级到iOS 13兼容的material。因为不知道 @jdg 有没有升级的计划,所以我开此issue问问。

inoryxun commented 5 years ago

哦。明白了。你说的就是blurEffectStyle问题吧? image 这个吧?你应该也可以自己设置的。他目前默认是UIBlurEffectStyleLight,你是想让他改这个?

jhammer commented 5 years ago

对,但也要考虑到语义化颜色(包括CGColor)的问题。这些都是我自己可以改造的,但我在等 @jdg 的回答。

odedDilmoni commented 5 years ago

Hi Can you add iOS13 dark mode support?

matej commented 4 years ago

1.2.0 improves this. If something is still off, please open dedicated followup tickets.