Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created September 30, 2022 16:25
Show Gist options
  • Save stevencurtis/08ec90ce9cbec6ba284c941399435084 to your computer and use it in GitHub Desktop.
Save stevencurtis/08ec90ce9cbec6ba284c941399435084 to your computer and use it in GitHub Desktop.
class BasicFlowLayoutViewModel {
var sectionAdata = [UIColor.green, UIColor.purple, UIColor.orange, UIColor.blue, UIColor.green, UIColor.blue, UIColor.green, UIColor.red, UIColor.green, UIColor.blue, UIColor.green, UIColor.purple, UIColor.orange, UIColor.blue, UIColor.green, UIColor.blue, UIColor.systemPink]
var sectionBdata = [UIColor.red, UIColor.green, UIColor.blue, UIColor.green, UIColor.purple, UIColor.orange, UIColor.blue, UIColor.green, UIColor.blue, UIColor.green, UIColor.red, UIColor.green, UIColor.blue, UIColor.green]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment