incensome
16 years ago
iPhone 翻頁特效
incensome
16 years ago
[UIView beginAnimations:nil context:nil];
incensome
16 years ago
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view cache:NO]; [UIView setAnimationDuration:1.0];
incensome
16 years ago
[label setHidden:YES];[UIView commitAnimations];
立即下載