This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//: 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]] = [ |