DMCustomModalViewController icon indicating copy to clipboard operation
DMCustomModalViewController copied to clipboard

Getting a transparent View on top of my ModalView.

Open ranjitk-plackal opened this issue 12 years ago • 4 comments

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 able to click any buttons on my ModalView. Ho we can solve this issue.

ranjitk-plackal avatar Jun 07 '13 07:06 ranjitk-plackal

Hmm this is weird, the transparent view should be the overlay view, and should be added behind the modal view. Can you send me your code or an example project ?

Dimillian avatar Jun 07 '13 08:06 Dimillian

OK I will do it.

ranjitk-plackal avatar Jun 07 '13 10:06 ranjitk-plackal

I have mailed you a sample Project. Please look at it.

ranjitk-plackal avatar Jun 07 '13 11:06 ranjitk-plackal

For reference:

The problem was that you need to pass the top most view controller as parent, so in your case if you are in a UITableViewController you need to pass self.navigationController, which is the top most view controller.

I'll try to fix this in later version.

Dimillian avatar Jun 07 '13 11:06 Dimillian