摘要:
//// CCNSURL.h// CCFC//// Created by xichen on 11-12-18.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface NSURL(cc)+ (NSString *)telephonePrefix;+ (NSString *)smsPrefix;+ (NSString *)mailPrefix;+ (NSString *)googleMapPrefix;@end可能有更新:googlecode链接地址:htt 阅读全文
摘要:
//// CCNSTimer.m// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import "CCNSTimer.h"@implementation NSTimer(cc)// create a common timer+ (NSTimer *)createCommonTimer:(id)target sel:(SEL)sel timeInterval:(NSTimeInterval)interval{ return [NSTimer s. 阅读全文
摘要:
//// CCNSTimer.h// CCFC//// Created by xichen on 11-12-28.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface NSTimer(cc)// create a common timer+ (NSTimer *)createCommonTimer:(id)target sel:(SEL)sel timeInterval:(NSTimeInterval)interval;// create a comm 阅读全文
摘要:
//// CCNSTimeZone.m// CCFC//// Created by xichen on 11-12-24.// Copyright 2011 ccteam. All rights reserved.//#import "CCNSTimeZone.h"#import "CCLog.h"@implementation NSTimeZone(cc)+ (void)setTimeZone:(NSString *)zoneStr{ NSTimeZone *timeZone = [NSTimeZone timeZoneWithName:zoneStr 阅读全文
摘要:
//// CCNSTimeZone.h// CCFC//// Created by xichen on 11-12-24.// Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>@interface NSTimeZone(cc)+ (void)setTimeZone:(NSString *)zoneStr;@end可能有更新:googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/bro 阅读全文