Open muzoman opened 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.
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.
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...