Skip to content

iOS Mail/Music app like Presentation animation. Written in Objective-C.

Notifications You must be signed in to change notification settings

mohsinalimat/CustomPresentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CustomPresentation

iOS Mail/Music app like Presentation animation. Written in Objective-C. Please watch demo

Demo

How To Use

  1. Clone/Download the master-repo.

  2. Import "CustomAnimation" folder into your project.

  3. Add #import "OverlayTransitioningDelegate.h"

  4. Create OverlayTransitioningDelegate

    @property (nonatomic, strong) OverlayTransitioningDelegate *animationDelegate;
  1. Before presenting view controller add these lines
    self.animationDelegate = [[OverlayTransitioningDelegate alloc]init];
    viewController.transitioningDelegate = self.animationDelegate;
    viewController.modalPresentationStyle = UIModalPresentationCustom;

About

iOS Mail/Music app like Presentation animation. Written in Objective-C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%