This MR adds a generic message view which can have a contentView embedded. One can configure it to show up from bottom or from top. One can add a background view with a given background color. When tapping on this background view, the message will be hidden. Also when tapping on the message view or swiping it away it disappears.
Furthermore queueing is being implemented so when wanting to show multiple message views, they will show up after each other.
Testing
For testing purposes the sample project was adjusted.
Description
This MR adds a generic message view which can have a contentView embedded. One can configure it to show up from bottom or from top. One can add a background view with a given background color. When tapping on this background view, the message will be hidden. Also when tapping on the message view or swiping it away it disappears.
Furthermore queueing is being implemented so when wanting to show multiple message views, they will show up after each other.
Testing
For testing purposes the sample project was adjusted.