Rightpoint / RaisinToast

A UIWindow subclass used to message information to the users of your app.
MIT License
83 stars 14 forks source link

`RZMessagingWindow.displayedError` has type `NSError` but returns object of type `RZMessage` #14

Closed armcknight closed 9 years ago

armcknight commented 9 years ago

The getter override returns an object from the errorsToDisplay mutable array, which is populated with RZMessage objects in showMessageFromError:strength:animated:. Probably just need to access the error property on RZMessage and return that instead in the getter override.

adamhrz commented 9 years ago

Fixed in #1.0.4 release