FreeRDP
|
Instance Methods | |
(void) | - makeToast: |
(void) | - makeToast:duration:position: |
(void) | - makeToast:duration:position:title: |
(void) | - makeToast:duration:position:title:image: |
(void) | - makeToast:duration:position:image: |
(void) | - showToast: |
(void) | - showToast:duration:position: |
Definition at line 33 of file Toast+UIView.h.
- (void) makeToast: | (NSString *) | message |
Definition at line 53 of file Toast+UIView.m.
- (void) makeToast: | (NSString *) | message | |
duration: | (float) | interval | |
position: | (id) | point | |
Definition at line 53 of file Toast+UIView.m.
- (void) makeToast: | (NSString *) | message | |
duration: | (float) | interval | |
position: | (id) | point | |
image: | (UIImage *) | image | |
Definition at line 53 of file Toast+UIView.m.
- (void) makeToast: | (NSString *) | message | |
duration: | (float) | interval | |
position: | (id) | point | |
title: | (NSString *) | title | |
Definition at line 53 of file Toast+UIView.m.
- (void) makeToast: | (NSString *) | message | |
duration: | (float) | interval | |
position: | (id) | point | |
title: | (NSString *) | title | |
image: | (UIImage *) | image | |
Definition at line 53 of file Toast+UIView.m.
- (void) showToast: | (UIView *) | toast |
Definition at line 53 of file Toast+UIView.m.
- (void) showToast: | (UIView *) | toast | |
duration: | (float) | interval | |
position: | (id) | point | |
Definition at line 53 of file Toast+UIView.m.