UnicodeLog 0.3.0

UnicodeLog 0.3.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2016

Maintained by BigPi.



  • By
  • BigPi

NSArray NSDictionary 及其子类输出中文 description


Usage

无需配置和注意
只在Debug模式时生效

NSArray *array=@[@"呦西",@"粑粑",@"hehe"];
NSLog(@"%@",array);

NSMutableArray *mutableArray=[NSMutableArray arrayWithArray:array];
NSLog(@"%@",mutableArray);

NSDictionary *dict=@{@"呦西":@"呵呵",@"555":@"hehe"};
NSLog(@"%@",dict);

Installation

直接把 NSObject+Unicode.h .m 拖进工程即可

或者通过CocoaPods

UnicodeLog is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "UnicodeLog"

Author

BigPi [email protected]

Thanks To

0x5e

License

UnicodeLog is available under the MIT license. See the LICENSE file for more info.