我想创建一个小游戏:
你应该找到配对图片,这是我的代码,我可以看到图片的正面和背面,但我不知道如何查找或比较图片来找到配对
下面是我的代码:
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view from its nib.
}
// Create the view
CardView *cv = [[CardView alloc] initWithFrontImage:img1 backImage:img2];
}
您能否帮助我,提供一些提示或教程:)