PM
Size: a a a
PM
V
PM
PM
🅰Б
KK
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "Cell", for: indexPath)
if let vc = cell.viewWithTag(111) as? UIImageView{
vc.contentMode = .scaleAspectFill
vc.image = imArr[indexPath.row]
}
ZG
AS
AT
AS
AT
AS
VD
VD
A
VD
VD
a