DMCustomModalViewController icon indicating copy to clipboard operation
DMCustomModalViewController copied to clipboard

A UIViewController which take a root view controller and present it modally with a nice animation

Results 8 DMCustomModalViewController issues
Sort by recently updated
recently updated
newest added

there is a memory leak in DMCustomModalViewController class

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...

When dismissing a fullscreen modal view, the parent viewcontroller is shifted both on left and on top : ![capture decran du simulateur ios 2 oct 2013 12 20 08](https://f.cloud.github.com/assets/5576322/1252507/4735464a-2b4c-11e3-94ba-105e34c0ef88.png) Only...

Three ViewControllers in my project: `RootViewController`, `FirstModalViewController`, `SecondModalViewController`. 1. `RootViewController` present `FirstModalViewController` using DMCustomModalViewController; 2. Then `FirstModalViewController` present `SecondModalViewController` using DMCustomModalViewController too; 3. When `SecondModalViewController` dismiss, the app is stop...

First of all, i love it! I love it love it love it! But, when utilizing storyboards, and autolayout- there seems to be a sizing issue that causes the app...

Hello, First of all thanks for your project, I tried using it in my project and I get an transparent View on top of My ModalView. So I am not...