SwiftMessages icon indicating copy to clipboard operation
SwiftMessages copied to clipboard

[Feature Request] Rotating Icon

Open muzoman opened this issue 6 years ago • 2 comments

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...

muzoman avatar Sep 26 '17 18:09 muzoman

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 avatar Sep 26 '17 19:09 wtmoose

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.

wtmoose avatar Sep 26 '17 19:09 wtmoose