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

Question: is there an option to make the image as trailing instead leading? #365

Open oferRounds opened 2 years ago

oferRounds commented 2 years ago

Hi! Thanks for this awesome library!

Quick question please: I’m using EKSimpleMessage to present a top-floater. It contains text and image. My question: is there an option to make the image on the right side (i.e., trailing)?

Thank you! Ofer

huri000 commented 2 years ago

Hey Ofer. Thanks for proposing this. Not at the moment IIRC (as it's been a while since I built the views), but I can look into adding that for you. Tentatively, within the next week. Alternatively, feel free to put up a pull request with the content you wish to include, and I'd be happy to review. Alternative II - you could create a custom view based on one of the templated the library offers to serve the needs of your host app.

oferRounds commented 2 years ago

@huri000 thank you so much for your quick answer! And got you :)

If you could look into adding it, that we great! Would be very happy!