BastiaanJansen / toast-swift

Customizable Swift Toast view built with UIKit. 🍞
MIT License
467 stars 77 forks source link

Change getting key window code from UIApplication #33

Closed Woollim closed 1 year ago

Woollim commented 1 year ago

스크린샷 2023-02-03 오후 4 21 22

as you know, UIApplication.shared.windows was deprecated in iOS 15.0
so we have to usingUIApplication.shared.connectedScenes instead of windows

this PR make removing UIApplication.shared.windows deprecated warning