Skip to content

Instantly share code, notes, and snippets.

@plivesey
Last active January 13, 2016 16:14
Show Gist options
  • Save plivesey/8803ad0084f0be1a80a0 to your computer and use it in GitHub Desktop.
Save plivesey/8803ad0084f0be1a80a0 to your computer and use it in GitHub Desktop.
Swift LayoutTest Data Spec
class func dataSpecForTest() -> [NSObject: AnyObject] {
return [
"text": LYTStringValues(),
"buttonText": LYTStringValues(),
"buttonEnabled": LYTBoolValues(),
"imageType": LYTDataValues(values: ["linkedin", "customValue", NSNull()])
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment