3
Làm thế nào để thiết lập UICollectionViewDelegateFlowLayout?
Một UIViewController duy trì một tham chiếu đến một UICollectionView. Bộ điều khiển nên sửa đổi bố cục luồng tích hợp bằng UICollectionViewDelegateFlowLayout. Thật dễ dàng để đặt nguồn dữ liệu của chế độ xem thành tự: MyViewController.m - (void)viewDidLoad { self.collectionView.dataSource = self; } Nhưng làm cách nào để …