ViewController多種不錯的轉(zhuǎn)場動畫
自定義的viewController 的酷炫轉(zhuǎn)場動畫
源碼簡介
自定義的viewController 的酷炫轉(zhuǎn)場動畫
源碼截圖
源碼片段
- - (IBAction)slide:(id)sender {
- ADTransition * animation = [[ADSlideTransition alloc] initWithDuration:_duration orientation:_orientation sourceRect:self.view.frame];
- [self _pushViewControllerWithTransition:animation];
- }
責(zé)任編輯:chenqingxiang
來源:
網(wǎng)絡(luò)整理