Skip to content

Instantly share code, notes, and snippets.

@neilkimmett
Created May 1, 2015 09:02
Show Gist options
  • Save neilkimmett/c554338efe11f793c6f7 to your computer and use it in GitHub Desktop.
Save neilkimmett/c554338efe11f793c6f7 to your computer and use it in GitHub Desktop.
class WKInterfaceButton : WKInterfaceObject {
func setTitle(title: String?)
func setAttributedTitle(attributedTitle: NSAttributedString?)
func setBackgroundColor(color: UIColor?)
func setBackgroundImage(image: UIImage?)
func setBackgroundImageData(imageData: NSData?)
func setBackgroundImageNamed(imageName: String?)
func setEnabled(enabled: Bool)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment