亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

UICollectionView cell 的布局

發布時間:2020-07-06 03:21:20 來源:網絡 閱讀:681 作者:緣起愿落 欄目:開發技術



UICollectionViewFlowLayout * flowLayout = [[UICollectionViewFlowLayout alloc]init];
    
   

滾動方向:
 

flowLayout.scrollDirection = UICollectionViewScrollDirectionHorizontal ;
   

行間距(最小)
  

flowLayout.minimumLineSpacing = 0;
  

列間距(最小)
    flowLayout.minimumInteritemSpacing = 30;
  

item大小
    flowLayout.itemSize = CGSizeMake(40, 30);
   

setcion 的邊距
    flowLayout.sectionInset = UIEdgeInsetsMake(10, 10, 10, 10);
   

header 大小
    flowLayout.headerReferenceSize = CGSizeMake(320, 20);
   

footer大小
    flowLayout.footerReferenceSize = CGSizeMake(320, 20);


重用標志

static NSString *  cellidentifier = @"cell";


注冊重用標識符
    [cView registerClass:[MyCollectionViewCell class] forCellWithReuseIdentifier:cellidentifier];

Cell 重用

- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
{
    MyCollectionViewCell * cell  = [collectionView dequeueReusableCellWithReuseIdentifier:cellidentifier forIndexPath:indexPath];
    cell.backgroundColor = [UIColor redColor];
    cell.textLavel.text = [NSString stringWithFormat:@"%ld",(long)indexPath.row];
    
    return cell;
}

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

富蕴县| 巴中市| 张家川| 射洪县| 佛坪县| 米林县| 通江县| 永安市| 翁牛特旗| 石嘴山市| 凤翔县| 贵港市| 宁夏| 安宁市| 龙口市| 云龙县| 介休市| 齐河县| 轮台县| 洪泽县| 湖北省| 益阳市| 宜宾市| 林周县| 大姚县| 梓潼县| 临湘市| 合川市| 阳谷县| 肃宁县| 敦煌市| 剑阁县| 长葛市| 余姚市| 贵南县| 同德县| 永康市| 合阳县| 霍州市| 梁河县| 平泉县|