Skip to content

Instantly share code, notes, and snippets.

//: A UIKit based Playground for presenting user interface
import UIKit
import PlaygroundSupport
private let reuseIdentifier = "reuse"
/// A playground for trying different UICOllectionViewCompositionalLayout techniques.
class MyViewController : UIViewController, UICollectionViewDataSource {
private let data: [[UIColor]] = [