2017年4月20日
摘要: NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"zh_Hans"]; NSNumberFormatter *formatter = [[NSNumberFormatter alloc] init]; formatter. 阅读全文
posted @ 2017-04-20 14:43 人道酬诚 阅读(138) 评论(0) 推荐(0)
摘要: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(comeHome:) name:@"UIApplicationDidEnterBackgroundNotification" object:nil];/ 阅读全文
posted @ 2017-04-20 11:06 人道酬诚 阅读(177) 评论(0) 推荐(0)