Popularity
3.2
Growing
Activity
0.0
Stable
114
5
45

Code Quality Rank: L5
Programming language: Objective-C
License: MIT License
Tags: Text    
Latest version: v0.2.1

pangu.Objective-C alternatives and similar libraries

Based on the "Text" category.
Alternatively, view pangu.Objective-C alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pangu.Objective-C or a related project?

Add another 'Text' Library

README

Pangu.objective-c

Travis CI codecov.io Cocoapods

Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit and symbol characters.

Installation

The simplest option is to use pod "Pangu".

You can also add the Classes folder to your project, and then import Pangu.h. There are no further requirements.

Usage

#import "Pangu.h"

[NSString spacing:@"請問Jackie的鼻子有幾個?123個!"];
// 請問 Jackie 的鼻子有幾個?123 個!

UILabel *label = [UILable new];
label.text = @"請問Jackie的鼻子有幾個?123個!";
// 請問 Jackie 的鼻子有幾個?123 個!

License

Released under the MIT License.


*Note that all licence references and agreements mentioned in the pangu.Objective-C README section above are relevant to that project's source code only.