CWPopup
CWPopup copied to clipboard
CWPopup category to present popup view controllers
This commit add UITapGestureRecognizer to blur/fade background view. It can be setup by closeOnBgTap and bgCatchTap
I am trying to disable user interaction on the VC which is presenting the popup
I am trying to disable user interaction on the VC which is presenting the popup
I would like to blur the whole background (including the navigation bar), but as of now, only the table view blurs. Any suggestions?
add blur navigationBar add handle tap blurView
1) Dismiss popup on tap to back 2) Fix background alpha for non-animated presentation.
I would like to cross dissolve my view controller, is it possible without forking and changing library sources?
I think having the ability to toggle the parallax effect would be nice, mainly because if the user is holding their device at a weird angle when the popup displays,...
Is it possible to make the popup transparent? I tried to set the alpha-values of some background colors, but it doesn't seem to work.