WXActionSheet icon indicating copy to clipboard operation
WXActionSheet copied to clipboard

iOS14取的window错误。导致显示不出来

Open JRJian opened this issue 3 years ago • 3 comments

let windows = UIApplication.shared.windows.filter { NSStringFromClass($0.classForCoder) != "UIRemoteKeyboardWindow" }.reversed()

JRJian avatar Mar 30 '21 12:03 JRJian