dungc / CDConvert

CDConvert is a simple way for Chinese characters to Pinyin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDConvert

简单的中文转拼音扩展。


使用说明:

1.将扩展导入工程;

2.在需要转换的类中导入;

import "NSString+CDConvert.h"

3.使用它

[@"我是 demo" convertToPinYinUpperCase:YES]

结果

WO SHI DEMO

About

CDConvert is a simple way for Chinese characters to Pinyin.


Languages

Language:Objective-C 100.0%