ChrisRockC / MyWiki

点-线-面
0 stars 0 forks source link

UICollectionReusableView头部视图重用的问题 #239

Open ChrisRockC opened 6 years ago

ChrisRockC commented 6 years ago

UILabel *label = [headerView viewWithTag:3000];

if (!label) { label = [[UILabel alloc] initWithFrame:headerView.bounds]; label.tag = 3000; label.font = [UIFont systemFontOfSize:20]; [headerView addSubview:label]; }