分类upviewcell的collectionviewmodel
2018-07-31 本文已影响0人
summerTa
storeupViewCell *upviewCell = (storeupViewCell*)[self.tableView cellForRowAtIndexPath:indexPath];
//[upviewCell passstring:namestr];
//upviewCell.rightLabel.text = namestr;
//[self getData];
collectionViewModel*collectmodel =self.dataArray[indexPath.row];
collectmodel.bookMarkType= namestr;
[upviewCellpassmodel:collectmodel];