SwiftEntryKit v0.5.0 Release Notes

  • 🔋 Features

    Handled the issue Exclude keyWindow occupancy #56 by adding an additional parameter rollbackWindow to SwiftEntryKit.display methods.

    The revised interface is as follows:

    public class func display(entry view: UIView, using attributes: EKAttributes, rollbackWindow: UIWindow = default)public class func display(entry viewController: UIViewController, using attributes: EKAttributes, rollbackWindow: UIWindow = default)

    0️⃣ After the entry has been dismissed, SwiftEntryKit rolls back to the given window value. By default it is the application key window.