SwiftKickMobile / SwiftMessages

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

Scrollable Message #309

Closed Kurt57 closed 5 years ago

Kurt57 commented 5 years ago

Hi first of all cool module.

I'm showing and SwiftMessage which is greater than the device height.

Therefore the message ist > the device height. But it isn't scrollable. Is that right behavior how it is implemented now? Is there no scroll option vor the whole message ?

wtmoose commented 5 years ago

None of the views that come with SwiftMessages contain scroll views. However, you can display any arbitrary view, so feel free to roll your own. IMO, the easiest approach is to copy one of the nib files that most closely matches the layout you want and add a scroll view to it. If you share your designs and/or a prototype, I can give you more specific suggestions.