摘要: CoreFoundaion.framework AddressBook.framework #import "AddressBook/AddressBook.h" ABAddressBookRef addressBook = ABAddressBookCreate(); ... 阅读全文
posted @ 2012-12-10 17:59 废弃账号 阅读(231) 评论(0) 推荐(0) 编辑
摘要: TabPage1 *firstViewControlle = [[TabPage1 alloc] init]; UINavigationController *nav1 = [[UINavigationController alloc] initWithRootViewControll... 阅读全文
posted @ 2012-12-10 17:22 废弃账号 阅读(131) 评论(0) 推荐(0) 编辑
摘要: NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:10.0 target:self selector:@selector(UpdateTimerFunc:) userInfo:nil repeats:YES]; ... 阅读全文
posted @ 2012-12-10 15:27 废弃账号 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2012-12-10 12:49 废弃账号 阅读(154) 评论(0) 推荐(0) 编辑