RaisinToast icon indicating copy to clipboard operation
RaisinToast copied to clipboard

A UIWindow subclass used to message information to the users of your app.

Results 10 RaisinToast issues
Sort by recently updated
recently updated
newest added

``` # Ivan @ Ivans-MacBook-Pro in ~ [11:30:13] C:1 $ pod try RaisinToast Updating spec repositories CocoaPods 1.0.1 is available. To update use: `gem install cocoapods` Until we reach version...

Currently, showing multiple duplicate errors in a row will show the first, and then add the rest to the `errorsToDisplay` queue. As a result, the same error dismisses just to...

Demo project with crash here: https://www.dropbox.com/s/jqaaw9zb23ly4ew/RaisinToastKeyboardCrash.zip?dl=0 Repro steps: 1. Reset content and settings of the simulator 2. Run demo app 3. Tap on the text field 4. Show the software...

Explicitly loop through the errorsToDisplay array in hideMessage: and look for the index of the record we need instead of using indexOf and removeObject. Swift will not call the equality...

Something like this bug #27 is happening with me. I'm seeing an issue whenever a UIActionSheet is presented when i tap on a UITableView row. The app crashes with an...

Since RaisinToast is used for alerts it really should have UIWindowLevelAlert by default. Otherwise it can disappear below the UI layer in some situations.

Currently, `RZErrorMessenger` has methods that take errors, and RaisinToast has utilities for constructing error objects. But many uses of toasts are not related to errors—in fact, quite the opposite. Toasts...

The image of an actual piece of toast is using up a lot of colors in the GIF's indexed color palette, meaning that the rest of it needs to use...

enhancement

Styles are configured as class property so have defaultMessagingWindow be a singleton.

enhancement