-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animation with sequence of images #160
Comments
Hi @Lweek, |
@huri000 Amazing, Thank You! 🙏 😊 |
Hi @Lweek! |
|
Is your feature request related to a problem? Please describe.
My application does some work in background. During waiting I present topNote with information about running process. I would love to make it more candy with animated sequence of rotating cogs.
Describe the solution you'd like
Add new
EKParameter
for array of UIImages. Alternative init forEKSimpleMessage
where image parameter could be array of images. This array will be then passed toUIImageView.animationImages
and start animating after note will be fully presented and stop animating before dismiss.The text was updated successfully, but these errors were encountered: