29,049
社区成员




UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"DetailItem"];
//Get Controls
UILabel *labelType = (UILabel *)[cell viewWithTag:1001];
UILabel *labelDate = (UILabel *)[cell viewWithTag:1002];
UILabel *labelAmount = (UILabel *)[cell viewWithTag:1003];
UIImageView *imageViewIcon = (UIImageView *)[cell viewWithTag:1005];