DMCustomModalViewController
DMCustomModalViewController copied to clipboard
A UIViewController which take a root view controller and present it modally with a nice animation
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 :  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...