Skip to content

Instantly share code, notes, and snippets.

@edkf
Last active January 9, 2018 22:50
Show Gist options
  • Save edkf/1de44eb0c35a40acf02c440add1b29d3 to your computer and use it in GitHub Desktop.
Save edkf/1de44eb0c35a40acf02c440add1b29d3 to your computer and use it in GitHub Desktop.
# Create a Scroll componnent named list, that will wrap all coinRows
list = new ScrollComponent
width: Screen.width
height: Screen.height
# Set the backgrond color for the scroll content
list.content.backgroundColor = '#FFFFFF'
# Remove scroll horizontal option in the scroll component
list.scrollHorizontal = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment