我想要一个每次按下按钮时都会移动的图像。它应该每次移动一组像素值。
我希望 image1 现在有一个位置属性,但据我所见,它没有。
UIImageView *image1=[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"indicator"]];
[self.view addSubview:image1];
...
谢谢
编辑:UIImageView *image1=[[UIImageView alloc]...