Crash with MSNotificationView hide if it is not in view heirarchy
If a MSNotificationView is created and the parent view is dismissed, the MSNotificationView crashes inside the hide function. This particularly happens when we specify a delay for the view and parent view gets dismissed before MSNotificationView delay expires.
before the parentview is dismissed, why isn't the msnotfication not deallocated/dismissed?
Currently we are doing that (handling the deallocation manually). We need to do this at every instance of msnotification. However, I think this handling should be present within MSNotification, that is, it shouldn't crash independently, in case the parent view controller gets de-allocated.