https://github.com/meniny/mxspeaker-in-objective-c
A text speaker class category for iOS in Objective-C.
https://github.com/meniny/mxspeaker-in-objective-c
Last synced: 9 months ago
JSON representation
A text speaker class category for iOS in Objective-C.
- Host: GitHub
- URL: https://github.com/meniny/mxspeaker-in-objective-c
- Owner: Meniny
- License: mit
- Created: 2016-08-26T03:42:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T04:05:36.000Z (almost 10 years ago)
- Last Synced: 2025-09-16T03:52:14.013Z (10 months ago)
- Language: Objective-C
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MXSpeaker-in-Objective-C
`MXSpeaker` is a text speaker class category for iOS in Objective-C.
## Installation with CocoaPods
```
pod 'MXSpeaker'
```
## Usage
```
#import "MXSpeaker.h"
```
```
[MXSpeaker speakWithFormat:@"%zd", randomNumber];
```