I would like to implement a non-blocking, transparent alert in iOS in which I can insert a message, similar to applications such as Tweetbot. Preferably, these alerts should come with a different error and info view and should animate down from the top of the screen. Are there any libraries that I can use which create an alert like this? Many thanks.
Share
I personally found the GCDiscreetNotificationView library useful. However, it does not currently support different info and error styles.