我想添加動畫,從左到右移動我的按鈕。實例方法begin動畫:上下文:找不到
我已經添加以下代碼
[self.view beginAnimations:nil context:nil];
[self.view setAnimationDuration:1.0f];
[button setFrame:newFrame];
[self.view commitAnimations];
但是當我建,我看到警告「實例方法beginAnimations:背景:未找到」
我已經加入QuartzCore框架,包括
#import <QuartzCore/CoreAnimation.h>
有人可以告訴我缺少什麼嗎?
謝謝
#import嘗試告訴我 –
Hector
2012-04-17 07:01:33
thx Piyush,我確實嘗試過,得到相同的錯誤。 – 2012-04-17 08:09:28