Multimessage
Presenting of multimessages can also be done in custom multimessage layout that can be implemented by assigning a new class on type UIView instead of “OcambaNotificationView” to ocambaNotif parameter in NotificationViewController class inside OcambaHoodNotificationServiceExtension.
var ocambaNotif:OcambaNotificationView!
With this new class and logic that is done inside it, whole NotificationViewController can be changed and our methods replaced by proper ones.