You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I don't speak Chinese. I translated your message using Google translate, I hope you can do the same with mine :)
Yeah, that is unfortunate, but you rarely should reach out to get the window that way. You can always get it via a view controller or a view (UIView.window).
initial your window with [[UIApplication sharedApplication].delegate setWindow:window];` Then you could easily get your window with normal method. @JaviSoto@kysonzhu
虽然说JSDecoupledAppDelegate解耦了AppDelegate,但获取window只能通过[JSDecoupledAppDelegate sharedAppDelegate].appStateDelegate.window获取,其实增加了耦合性
The text was updated successfully, but these errors were encountered: