joogps / SlideOverCard

A SwiftUI card view, made great for setup interactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Xcode 13 beta 3

Aurther-Nadeem opened this issue · comments

UIApplication.shared.windows.first?.rootViewController?.present(controller, animated: false)
        DispatchQueue.main.asyncAfter(deadline: .now()+0.1) {

'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead.

Manager.swift

Fixed with PR #7 waiting to Merge