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

https://github.com/fromkk/emojiswift

EmojiSwift is replace github flavored emoji to Emoji.
https://github.com/fromkk/emojiswift

emoji swift4

Last synced: 10 months ago
JSON representation

EmojiSwift is replace github flavored emoji to Emoji.

Awesome Lists containing this project

README

          

[![Build Status](https://app.bitrise.io/app/668936343b90d479/status.svg?token=_RFPaI8fV9TLEkud1_wr0A&branch=master)](https://app.bitrise.io/app/668936343b90d479)

# EmojiSwift

`EmojiSwift` is replace github flavored emoji to Emoji.

# Usage

```swift
import Emoji

let text: String = "hello :smile: world :joy: !!!"
let result: String = text.replacedWithEmoji //hello 😄 world 😂 !!!
```