Skip to content

Instantly share code, notes, and snippets.

@andyshep
Last active February 4, 2022 11:58
Show Gist options
  • Save andyshep/8679237 to your computer and use it in GitHub Desktop.
Save andyshep/8679237 to your computer and use it in GitHub Desktop.

Revisions

  1. andyshep revised this gist Jan 29, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion view-transitions-in-ios7.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@
    6. [Think and Build: View Transitiosn](http://www.thinkandbuild.it/ios7-custom-transitions/)
    7. [Custom Navigation Transitions & More](http://www.captechconsulting.com/blog/tyler-tillage/ios-7-tutorial-series-custom-navigation-transitions-more)
    8. [Golden Opportunity: Custom Transitions in iOS 7](http://blog.bignerdranch.com/3871-golden-opportunity-custom-transitions/)
    9. [CREATING A CUSTOM FLIP VIEW CONTROLLER TRANSITION](http://www.scottlogic.com/blog/2013/09/20/creating-a-custom-flip-view-controller-transition.html)
    9. [Creating a Custom Flip View Controller Transition](http://www.scottlogic.com/blog/2013/09/20/creating-a-custom-flip-view-controller-transition.html)
    10. [Custom View Controller Transitions in Landscape](http://blog.spacemanlabs.com/2013/11/custom-view-controller-transitions-in-landscape/)
    11. [Blur Backgrounds and Custom Modal Transitions](http://kaipi.me/ios/objectivec/ios7/blur/2014/01/19/custom-modal-animations-in-ios7.html)
    12. [iOS7 interactive transitions](http://dativestudios.com/blog/2013/09/29/interactive-transitions/)
  2. andyshep created this gist Jan 29, 2014.
    14 changes: 14 additions & 0 deletions view-transitions-in-ios7.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    ###View Transitions in iOS 7

    1. [View Controller Transitions](http://www.objc.io/issue-5/view-controller-transitions.html)
    2. [iOS 7: Custom Transitions](http://www.doubleencore.com/2013/09/ios-7-custom-transitions/)
    3. [Custom UIViewController Transitions](http://www.teehanlax.com/blog/custom-uiviewcontroller-transitions/)
    4. [Custom View Controller Transitions with Orientation](http://whoisryannystrom.com/2013/10/01/View-Controller-Transition-Orientation/)
    5. [iOS7 Day-by-Day: View Transitions](http://www.shinobicontrols.com/blog/posts/2013/10/03/ios7-day-by-day-day-10-custom-uiviewcontroller-transitions)
    6. [Think and Build: View Transitiosn](http://www.thinkandbuild.it/ios7-custom-transitions/)
    7. [Custom Navigation Transitions & More](http://www.captechconsulting.com/blog/tyler-tillage/ios-7-tutorial-series-custom-navigation-transitions-more)
    8. [Golden Opportunity: Custom Transitions in iOS 7](http://blog.bignerdranch.com/3871-golden-opportunity-custom-transitions/)
    9. [CREATING A CUSTOM FLIP VIEW CONTROLLER TRANSITION](http://www.scottlogic.com/blog/2013/09/20/creating-a-custom-flip-view-controller-transition.html)
    10. [Custom View Controller Transitions in Landscape](http://blog.spacemanlabs.com/2013/11/custom-view-controller-transitions-in-landscape/)
    11. [Blur Backgrounds and Custom Modal Transitions](http://kaipi.me/ios/objectivec/ios7/blur/2014/01/19/custom-modal-animations-in-ios7.html)
    12. [iOS7 interactive transitions](http://dativestudios.com/blog/2013/09/29/interactive-transitions/)