提交 1110e2d9 编写于 作者: Y yixiangboy

fix

上级 98aaf583
......@@ -12,7 +12,7 @@
#define kUnicodeReadable 1
#if kUnicodeReadable
@implementation NSDictionary (UnicodeReadable)
@implementation NSDictionary (DoraemonUnicodeReadable)
- (NSString *)descriptionWithLocale:(id)locale indent:(NSUInteger)level {
NSMutableString *desc = [NSMutableString string];
......@@ -81,7 +81,7 @@
@end
@implementation NSArray (UnicodeReadable)
@implementation NSArray (DoraemonUnicodeReadable)
- (NSString *)descriptionWithLocale:(id)locale indent:(NSUInteger)level {
NSMutableString *desc = [NSMutableString string];
......@@ -153,7 +153,7 @@
@end
@implementation NSSet (UnicodeReadable)
@implementation NSSet (DoraemonUnicodeReadable)
- (NSString *)descriptionWithLocale:(id)locale indent:(NSUInteger)level {
NSMutableString *desc = [NSMutableString string];
......
......@@ -60,6 +60,9 @@
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:homeVc];
self.window.rootViewController = nav;
[self.window makeKeyAndVisible];
NSArray *array = @[];
NSLog(@"%@",[array description]);
return YES;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册