llDark icon indicating copy to clipboard operation
llDark copied to clipboard

适用于iOS深色模式的令人愉快的主题框架

Results 8 llDark issues
Sort by recently updated
recently updated
newest added

UIViewController.methodExchange(@selector(llDark_viewDidAppear:), @selector(viewDidAppear:)); 这个会导致我们的埋点SDK不能主动上报,大佬有什么解决方案吗? 先注释掉有没有什么影响

0 libdispatch.dylib __dispatch_once_wait.cold.1 + 28 1 libdispatch.dylib __dispatch_gate_broadcast_slow 2 ??? +[LLDarkWindow sharedInstance] (once.h:0) 3 ??? +[LLDarkManager refreshWindow] (LLDarkManager.m:0) 4 ??? +[LLDarkManager refreshDisplayedView] (LLDarkManager.m:70) 5 ??? +[LLDarkManager systemThemeDidChange] (LLDarkManager.m:54) 6 CoreFoundation...

发现windowLevel设置的层级貌似会导致支付宝SDK网页版拉不起来,修改下level就能正常拉起了

APP退到后台,然后再进入前台,有时不是深色模式但是字体颜色变了,比如黑色字体变成了白色字体,导致在白色背景下看不到字了,大佬有碰到过吗?

View controller-based status bar appearance设置为Yes ,需要不同界面去控制, 请问怎么修改,大佬

在Swift里尝试设置LLDarkManager().userInterfaceStyle = .dark, 没有调用到setUserInterfaceStyle.