huri000 / SwiftEntryKit

SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
MIT License
6.6k stars 604 forks source link

Display a SwiftEntry below or above a UIView #267

Open ghost opened 4 years ago

ghost commented 4 years ago

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

SumitSMARTER commented 4 years ago

@huri000 @andestaerfan I need to do the same, were u able to do that?

andrewprocter commented 4 years ago

✋ me too! @SumitSMARTER let me know if you figure it out

SumitSMARTER commented 4 years ago

@andrewprocter, Nope didn't find any solution. Instead of using the library, I used the UIView Animation, and with the help of the storyboard placed the view behind the One I needed.

WoodyHang commented 2 years ago

Hello, I just encountered this problem. At present, I want to let Swiftentry display on a certain ViewController. Is there a way? thanks @huri000 @andestaerfan @SumitSMARTER