我在这里看到过很多像这样的问题,但我现在看起来很棒。第二个我加载了xcode并声明了我的 - (void)和我的UIImageView和我的UIButton它给了我一个丢失的@end。下面我将在下面发布我的代码
- (void)viewDidLoad
{
[self move1];
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end