#44 Instagram個人資訊頁照片牆

運用CollectionViewController

先用現有的資料做出松尼的IG照片牆✨

📌新增兩個Cocoa Touch Class分別為WallCollectionViewController & WallCollectionViewCell

照片牆

📌設定 UIImageView 跟 Content View 的間距為 0

📌這樣執行時Content View會隨著圖片大小改變,所以所以要從程式設定Cell的大小

📌@建立IBOutlet

📌設定Cell的ID &內容

個人簡介

📌新增Cocoa Touch Class為ProfileCollectionReusableView

📌@建立IBOutlet

📌設定ID

📌UICollectionResableView內容

GIF:

--

--