我在 didloader 中有 2 组 vaules,并希望它们在每次IBAction
启动时增加
这是我的例子
- (void)viewDidLoad
{
[super view];
//X Speed and Y Speed
pos = CGPointMake(2,1);
pos2 = CGPointMake(2,1);
}
- (IBAction)start
{
)
我没有将 int 分配给 2,1 等,但 pos 和 pos2 值会有所不同