uilabel - iPhone Problem with custom cell -
i try code it's mistake because have repetition of title , description... can me please? - (uitableviewcell *)tableview:(uitableview *)tableview cellforrowatindexpath:(nsindexpath *)indexpath { static nsstring *cellidentifier = @"cell"; customcell *cell=(customcell *)[tableview dequeuereusablecellwithidentifier:cellidentifier]; if(cell==nil){ cell=[[[customcell alloc]initwithframe:cgrectzero reuseidentifier:cellidentifier]autorelease]; cell.accessorytype = uitableviewcellaccessorynone; } else{ asyncimageview* oldimage = (asyncimageview*) [cell.contentview viewwithtag:999]; [oldimage removefromsuperview]; } nsstring *mediaurl = [[[[self rssparser]rssitems]objectatindex:indexpath.row]mediaurl]; nsstring *noimage=@"http://www.notizie-informatiche.com/wp-content/themes/arthemia/images/imagelogo.png"; if([mediaurl isequaltostring:noimage] == false){ //disegno il frame per l'immagine cgrect frameimmagine; frameimmagine.s...