我有一个 void 方法,该方法将 a 动画UIView
到一个点,在特定时间后UIView
应该animate
到另一个点,我试图用 a 来做这个,[NSTimer scheduledTimerWithTimeInterval:duration target:self selector:@selector(METHOD) userInfo:nil repeats:NO];
但看起来我不能用Arguments
. 我需要执行这个 void:
-(void)showNotificationViewWithText:(NSString *)title andTextColor:(UIColor *)titleTintColor andNotificationBackGroundColor:(UIColor *)backGroundColor andDuration:(float)duration direction:(BOOL) up:
或者有没有人有更好的想法在延迟后将 UIView 移动到不同的点?