I have added a label, image and button to the interface.storyboard. How do you move the label and image to a new location when the button is clicked>
@IBOutlet weak var labelMove: WKInterfaceLabel!
@IBOutlet weak var image1: WKInterfaceImage!
@IBOutlet weak var buttonTest: WKInterfaceButton!
@IBAction func buttonClick() {
image1. ???? // Tried image1.center and image1.frame
}
If have tried image1.center and image1.frame but neither one worked on the WatchKit.