摘要:感觉很怪怪的- (UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{ staticNSString*CellIdentifier =@"ApplicationCell"; ApplicationCell*cell = (ApplicationCell*)[tableViewdequeueReusableCellWithIdentifier:CellIdentifier]; if(cell ==nil) { #if USE_INDIVI
阅读全文
posted @ 2011-05-16 18:07
浙公网安备 33010602011771号