// 自定义 cell- (UITableViewCell *) tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { NSString *identifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:identifier]; if (cell == nil) { cell = [[[UITableViewCell alloc] initWit Read More
posted @ 2012-12-15 17:19
夏了′夏天
Views(205)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号