Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajijoyo/ajtouchtoastmessage

Toast Message IOS Objective-C
https://github.com/ajijoyo/ajtouchtoastmessage

Last synced: 9 days ago
JSON representation

Toast Message IOS Objective-C

Awesome Lists containing this project

README

        

# AJTouchToastMessage
Toast Message IOS Objective-C

#import
```objc
#import "AJTouchToastMessage.h"
```

#usage
AJTouchToastMessage is extension of uiview

```objc
-(IBAction)buttonDidtap:(id)sender{
[sender AJTsetMessage:@"WOW" withDuration:5];
}
```
or

```objc
-(IBAction)buttonDidtap:(id)sender{
[sender AJTsetMessage:@"WOW"];
}
```

#license
MIT