您好,登錄后才能下訂單哦!
最近在研究一個項目,利用手勢控制動畫的進度,發現簡單的還可以,如果遇到了復雜的情況就比較麻煩了,ios7新出了一個特性,可以利用NavigationController的自定義轉場動畫,提供進度來控制。
//這個方法控制轉場動畫的進度 - (id <UIViewControllerInteractiveTransitioning>)navigationController:(UINavigationController *)navigationController interactionControllerForAnimationController:(id <UIViewControllerAnimatedTransitioning>) animationController //在這里實現轉場動畫 - (id <UIViewControllerAnimatedTransitioning>)navigationController: (UINavigationController *)navigationController animationControllerForOperation:(UINavigationControllerOperation)operation fromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC
一個demo的地址:https://github.com/nishimao/MAOFlipViewController
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。