SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.33k stars 747 forks source link

[Feature Request] Rotating Icon #124

Open muzoman opened 7 years ago

muzoman commented 7 years ago

Hi there,

I want to use SwiftMessages for progress reporting and would like to provide a rotating Icon. I can't see how this is currently possible. Perhaps a new "configure Content" method that takes a UIView rather than UIImage for the Icon? Then I can provide the rotating view...

wtmoose commented 7 years ago

I have plans to add such features. But for now you can just supply your own view (SwiftMessages can display any arbitrary view). See the "Counted" example in the demo project.

wtmoose commented 7 years ago

Also, you're free to subclass MessageView and/or copy any of the nib files into your project and modify them to suit your needs.