RNBlurModalView icon indicating copy to clipboard operation
RNBlurModalView copied to clipboard

Add depth to your alerts.

Results 34 RNBlurModalView issues
Sort by recently updated
recently updated
newest added

I have a big text and don't want to reduce the font.

Hi, would be nice to hide the dismiss Button. greetz

I use the library to show a modal view with buttons inside. If any of the buttons is clicked, it will dismiss the RNBlurModalView (by calling [modalView hide]) and show...

To fix the compiler warning line 706, just add (img)) after CGImageGetBitmapInfo and you will remove the warning "Implicit conversion..." // Update to fix iOS 7 warning CGColorSpaceRef colorSpace =...

I am using the following code to present my UITableView as a modal. MusicViewController *MusicVC =[[MusicViewController alloc] initWithNibName:nil bundle:nil]; RNBlurModalView *modal; modal = [[RNBlurModalView alloc] initWithView:MusicVC.view]; [modal show]; modal.isNavigationStyle =...

Need to update the Pod Specs in order to be able to use the latest changes via Cocoa Pods.

My explanation texts can be very long. At this time, the popup window does not exceed in the the screen. How can I solve this problem? Thanks

It tells you whether the animation completes, as in, it may be forced to end early and it's letting you know that. But you STILL want to do all the...

I have encountered issues when I use a UIScrollView as a parent view

I am trying to smoothen the Blurred backround by modifying the "kRNBlurViewMaxAlpha" value inorder to make the background elements clearly visible .... but am unable to overwrite it... Can you...