tableView布局覆盖
CollectionCell *cell = (CollectionCell *)[collectionView dequeueReusableCellWithReuseIdentifier:@"CollectionCell" forIndexPath:indexPath];
dictNoti = [[NSMutableDictionary alloc]init];
cell.pageIndex = indexPath.row;
cell.checkGoButton = YES;
cell.tblViewCltn = [[UIView alloc]init];
[cell.tblDetailView layoutIfNeeded];
[cell.tblDetailView setNeedsLayout];
cell.dataArr = collectionData;