Skip to content

Instantly share code, notes, and snippets.

@coronarob
Last active August 29, 2015 14:17
Embed
What would you like to do?
Button to trigger the activity panel
widget = require( "widget" )
shareButton = widget.newButton({
label = "Share",
onRelease = showShare,
})
shareButton.x = display.contentCenterX
shareButton.y = display.contentCenterY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment