Inherits from UIWindow
Declared in RGToastView.h
RGToastView.m

Overview

RGToastView manages showing Toasts to the UI.

Tasks

Creation Methods

Usage Methods

Class Methods

sharedToastView

Returns the singleton instance of the RGToastView.

+ (RGToastView *)sharedToastView

Return Value

The single RGToastView

Discussion

Returns the singleton instance of the RGToastView.

Declared In

RGToastView.h

Instance Methods

showToast:

Shows a given RGToast.

- (void)showToast:(RGToast *)toast

Parameters

toast

The toast to show.

Discussion

Shows a given RGToast.

Declared In

RGToastView.h