Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ajijoyo/ajtouchtoastmessage
- Owner: ajijoyo
- Created: 2015-09-23T02:03:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T07:53:52.000Z (over 9 years ago)
- Last Synced: 2024-11-23T11:28:58.544Z (3 months ago)
- Language: Objective-C
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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