Rightpoint / RaisinToast

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

Use default messaging window #17

Closed ZevEisenberg closed 9 years ago

ZevEisenberg commented 9 years ago

There is a typo in the readme:

self.errorWindow = [RZMessagingWindow messagingWindow];

This should be:

self.errorWindow = [RZMessagingWindow defaultMessagingWindow];
adamhrz commented 9 years ago

Updated on master, will be part of subsequent release