该文被密码保护。 阅读全文
posted @ 2015-07-16 17:05
Emyin
阅读(8)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-07-16 15:48
Emyin
阅读(2)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-07-16 15:04
Emyin
阅读(7)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-07-16 14:40
Emyin
阅读(2)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-07-16 14:26
Emyin
阅读(16)
评论(0)
推荐(0)
摘要:
void other() { // 获得NSCalendar NSCalendar *calendar = nil; if ([NSCalendar respondsToSelector:@selector(calendarWithIdentifier:)]) { calendar = [NSCalendar calendarWithIdentif... 阅读全文
posted @ 2015-07-16 12:19
Emyin
阅读(183)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2015-07-16 10:38
Emyin
阅读(3)
评论(0)
推荐(0)
摘要:
UIAlertController *controller = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet]; [controller addAction:[UIAlertAction actionWit... 阅读全文
posted @ 2015-07-16 09:27
Emyin
阅读(172)
评论(0)
推荐(0)
摘要:
UIRefreshControl *control = [[UIRefreshControl alloc] init]; [control addTarget:self action:@selector(loadNewTopics:) forControlEvents:UIControlEventV 阅读全文
posted @ 2015-07-16 09:06
Emyin
阅读(100)
评论(0)
推荐(0)
摘要:
判断控制器view是否加载了 阅读全文
posted @ 2015-07-16 09:05
Emyin
阅读(313)
评论(0)
推荐(0)