SwiftEntryKit icon indicating copy to clipboard operation
SwiftEntryKit copied to clipboard

SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.

Results 79 SwiftEntryKit issues
Sort by recently updated
recently updated
newest added

**SwiftEntryKit Release** 1.2.6 **Describe the bug** crash only on iOS 15.5.0 iPhone 12 Pro Max **Crash report** 0 libsystem_kernel.dylib __pthread_kill + 8 1 libsystem_pthread.dylib pthread_kill + 268 2 libsystem_c.dylib abort...

**Is your feature request related to a problem? Please describe.** Now I am using a swiftEntryKit to display the view controller and I have written a code on dismiss completion...

**Is your feature request related to a problem? Please describe.** I prefer the rounded, edge inset buttons of EKPopUpMessageView style to the straight, edge aligned buttons of the EKAlertMessageView. However,...

enhancement

I want to show a SwiftEntry behind or below a custom view that I have on my application. Is it possible ?

Hi, If the app is in the background and at the same time a new entry is triggered to show, non of the new entries will be shown after the...

Hey, so my question is, I have Implemented the bottom sheet which is not dismissed automatically. So what I want is, that if I swipe down the bottom sheet, it...

### Issue Link 🔗 No issue. ### Goals 🥅 Support for multiple SwiftEntryKit instances working in parallel. No API breaking changes! These changes allow the programmer to create separate instances...

**Describe the bug** When UIApplication.shared.statusBar.style is `default` and SwiftEntryKit is displayed and closed, the style is rewritten to either `.lightContent` or `.darkContent`. related to this codes https://github.com/huri000/SwiftEntryKit/blob/cf1cde7a70d64af8c0c13b11e8dfd5bf2f190e38/Source/Model/EntryAttributes/EKAttributes%2BStatusBar.swift#L58-L68 So I thought...

### Issue Link 🔗 #369 [StatusBar Style is overwritten by SwiftEntryKit after the alert is dismissed.](https://github.com/huri000/SwiftEntryKit/issues/369) ### Goals 🥅 *What have I tried to achieve / improve + use case...

Hello @aaronbrethorst @markst @RoCry @Blackjacx @ss18 . I am starting to use this library in a huge project. It seems to me an excellent library but I see that apparently...