ASDepthModal icon indicating copy to clipboard operation
ASDepthModal copied to clipboard

An Objective-C class that adds a sense of depth to your modal popup views.

Results 10 ASDepthModal issues
Sort by recently updated
recently updated
newest added

Since ASDepthModal changes the rootViewController of the navigationController, we need some type of call back after calling "dismiss" to let us know when the original rootViewController is restored.

I have a UIAlertView showing, then popover ASDepthModal view. After I dismiss ASDepthModal view. the app will be dead (can not response to any touch event) This happens on iOS7,...

I added support to add a view from a VC. This is useful when you load a VC (ex. from storyboard) and do not want to keep a reference this...

fixed a bug which caused an offset (equivalent to the status bar height) at the bottom when model appears (under iOS 7.0)

It gonna get an error with - (IBAction)myButton:(id)sender { NSLog(@"Pressed"); }

question

Hi, I use ASDepthModal as a detail view for images. The images within the rootViewController have a alpha of 0.5 unselected. If I start ASDepthModal with a few selected images...

Hi, I copied in my own fork a set of animations from https://github.com/Sumi-Interactive/SIAlertView to this controller. Should i submit a pull request? You can check it here: https://github.com/jonasman/ASDepthModal

I am seeing mainViewController while showing up from a viewController that is presented over already presented viewController.

Hello, When the line is exected: window.rootViewController = self; The actual RootView Controller recevies a message : viewWillAppear and viewDid appear because it was changed to an ASDepthModal view. (...

Hi, I encountered an issue when trying to implement this in my app. The background view is the root view controller not the viewcontroller from where I started the action,...