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

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.

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];
```