iOS UICollectionView 詳解

importUIKit

////

////? ViewController.swift

////? test

////

////? Created by Mac on 2023/5/30.

////

//

importUIKit

class ViewController: UIViewController,UICollectionViewDelegate,UICollectionViewDataSource,UICollectionViewDelegateFlowLayout {

? ? func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {

? ? ? ? letcell = collectionView.dequeueReusableCell(withReuseIdentifier:idenContentString,for: indexPath)as!MyTestCollectionViewCell

? ? ? ? returncell

? ? }

? ? let screenWidth = UIScreen.main.bounds.width

? ? let screenHeight = UIScreen.main.bounds.height

? ? let idenContentString = "idenContentString"

? ? let headIdenString = "headIdenString"

? ? override func viewDidLoad() {

? ? ? ? super.viewDidLoad()

? ? ? ? self.automaticallyAdjustsScrollViewInsets = true

? ? ? ? self .makeUICollectionView()

? ? }

? ? func makeUICollectionView()

? ? {

? ? ? ? //? 設(shè)置 layOut

? ? ? ? let layout = UICollectionViewFlowLayout()

? ? ? ? layout.scrollDirection = UICollectionView.ScrollDirection.vertical? //滾動(dòng)方向

? ? ? ? layout.itemSize=CGSizeMake((screenWidth-30)/2,80)

? ? ? ? // 設(shè)置CollectionView

? ? ? ? letourCollectionView :UICollectionView=UICollectionView(frame:CGRectMake(0,0,screenWidth,screenHeight),collectionViewLayout: layout)

? ? ? ? ourCollectionView.delegate=self

? ? ? ? ourCollectionView.dataSource=self

? ? ? ? ourCollectionView.backgroundColor= .white

? ? ? ? ourCollectionView .register(MyTestCollectionViewCell.self,forCellWithReuseIdentifier:idenContentString)

? ? ? ? self.view.addSubview(ourCollectionView)

? ? }

? ? //MARK: UICollectionViewDataSource

? ? func numberOfSectionsInCollectionView(collectionView: UICollectionView) -> Int {

? ? ? ? return1

? ? }

? ? funccollectionView(_collectionView:UICollectionView,numberOfItemsInSectionsection:Int) ->Int{

? ? ? ? return60

? ? }

? ? func? collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionViewCell {

? ? ? ? letcell? = collectionView.dequeueReusableCell(withReuseIdentifier:idenContentString,for: indexPathasIndexPath)as!MyTestCollectionViewCell

? ? ? ? // 備注我們的小標(biāo)題

? ? ? ? letindexString =String(indexPath.row)

? ? ? ? cell.myLabel.text="我的小標(biāo)題_"+ indexString

? ? ? ? // 獲取隨機(jī)顏色

//? ? ? ? let colorValue1 :CGFloat!? = CGFloat(CGFloat(random())/CGFloat(RAND_MAX))

//? ? ? ? let colorValue2 :CGFloat!? = CGFloat(CGFloat(random())/CGFloat(RAND_MAX))

//? ? ? ? let colorValue3 :CGFloat!? = CGFloat(CGFloat(random())/CGFloat(RAND_MAX))

? ? ? ? cell.myImageView.backgroundColor= .red

? ? ? ? returncell;

? ? }

? ? //MARK:UICollectionViewDelegate

? ? func collectionView(collectionView: UICollectionView, didSelectItemAtIndexPath indexPath: NSIndexPath) {

? ? ? ? print("tap ==\(indexPath.row)")

? ? }

? ? //MARK:UICollectionViewDelegateFlowLayout

? ? func collectionView(collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAtIndex section: Int) -> UIEdgeInsets{

? ? ? ? returnUIEdgeInsets(top:5,left:10,bottom:5,right:10)

? ? }

}

class MyTestCollectionViewCell: UICollectionViewCell {

? ? override init(frame: CGRect) {

? ? ? ? super.init(frame: frame)

? ? ? ? // 由于測(cè)試蟀给,先不考慮 自動(dòng)布局 后期可以考慮 SnapKit

? ? ? ? self.myLabel.frame=CGRectMake(10,60, frame.size.width-20,20)

? ? ? ? self.myImageView.frame=CGRectMake(10,0, frame.size.width-20,60)

? ? ? ? self.contentView.backgroundColor = UIColor(red: 230/255.0, green: 230/255.0, blue: 230/255.0, alpha: 1.0)

? ? ? ? self.contentView .addSubview(self.myLabel)

? ? ? ? self.contentView .addSubview(self.myImageView)

? ? }

? ? requiredinit?(coderaDecoder:NSCoder) {

? ? ? ? fatalError("init(coder:) has not been implemented")

? ? }

? ? varmyLabel:UILabel= {

? ? ? ? letlabel =UILabel()

? ? ? ? label.text="我的小標(biāo)題"

? ? ? ? label.textAlignment = .center

? ? ? ? label.font=UIFont.systemFont(ofSize:12)

? ? ? ? returnlabel

? ? }()

? ? var myImageView:UIImageView = {

? ? ? ? letimageView =UIImageView()

? ? ? ? imageView.backgroundColor = .lightGray

? ? ? ? returnimageView

? ? }()


}

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末浮创,一起剝皮案震驚了整個(gè)濱河市蜒犯,隨后出現(xiàn)的幾起案子助琐,更是在濱河造成了極大的恐慌惜纸,老刑警劉巖盯仪,帶你破解...
    沈念sama閱讀 206,839評(píng)論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件疟暖,死亡現(xiàn)場(chǎng)離奇詭異卡儒,居然都是意外死亡,警方通過(guò)查閱死者的電腦和手機(jī)俐巴,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,543評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門骨望,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人欣舵,你說(shuō)我怎么就攤上這事擎鸠。” “怎么了缘圈?”我有些...
    開封第一講書人閱讀 153,116評(píng)論 0 344
  • 文/不壞的土叔 我叫張陵劣光,是天一觀的道長(zhǎng)。 經(jīng)常有香客問(wèn)我糟把,道長(zhǎng)绢涡,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 55,371評(píng)論 1 279
  • 正文 為了忘掉前任遣疯,我火速辦了婚禮垂寥,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘另锋。我一直安慰自己滞项,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,384評(píng)論 5 374
  • 文/花漫 我一把揭開白布夭坪。 她就那樣靜靜地躺著文判,像睡著了一般。 火紅的嫁衣襯著肌膚如雪室梅。 梳的紋絲不亂的頭發(fā)上戏仓,一...
    開封第一講書人閱讀 49,111評(píng)論 1 285
  • 那天,我揣著相機(jī)與錄音亡鼠,去河邊找鬼赏殃。 笑死,一個(gè)胖子當(dāng)著我的面吹牛间涵,可吹牛的內(nèi)容都是我干的仁热。 我是一名探鬼主播,決...
    沈念sama閱讀 38,416評(píng)論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼勾哩,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼抗蠢!你這毒婦竟也來(lái)了举哟?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,053評(píng)論 0 259
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤迅矛,失蹤者是張志新(化名)和其女友劉穎妨猩,沒(méi)想到半個(gè)月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體秽褒,經(jīng)...
    沈念sama閱讀 43,558評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡壶硅,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,007評(píng)論 2 325
  • 正文 我和宋清朗相戀三年,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了销斟。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片森瘪。...
    茶點(diǎn)故事閱讀 38,117評(píng)論 1 334
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖票堵,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情逮栅,我是刑警寧澤悴势,帶...
    沈念sama閱讀 33,756評(píng)論 4 324
  • 正文 年R本政府宣布,位于F島的核電站措伐,受9級(jí)特大地震影響特纤,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜侥加,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,324評(píng)論 3 307
  • 文/蒙蒙 一捧存、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧担败,春花似錦昔穴、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,315評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)。三九已至狈网,卻和暖如春宙搬,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背拓哺。 一陣腳步聲響...
    開封第一講書人閱讀 31,539評(píng)論 1 262
  • 我被黑心中介騙來(lái)泰國(guó)打工勇垛, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人士鸥。 一個(gè)月前我還...
    沈念sama閱讀 45,578評(píng)論 2 355
  • 正文 我出身青樓闲孤,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親烤礁。 傳聞我的和親對(duì)象是個(gè)殘疾皇子崭放,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,877評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容