2011年1月28日
摘要: for (int index = 0; index < [_accountGroup count]; index++) { NSMutableArray *accountArrayForSection = [theAccountSection objectAtIndex:index]; NSSortDescriptor *sortDescriptor = [[NSSortDescriptor alloc] initWithKey:@"name" ascending:YES]; NSArray *sortDescriptors = [[NSArray alloc] in 阅读全文
posted @ 2011-01-28 11:56 fairycao 阅读(704) 评论(0) 推荐(0)