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

-(UIImage *)boxblurImageWithBlur:(CGFloat)

RNBlurModalView appears to be ignoring the frame positioning I am giving to the view I am passing to BlurModal. This happens on iPad and is mostly an issue when in...

Hi there, and thanks for a nifty component. I am using the following code to present a custom view : ``` AproposView *apropos = [[AproposView alloc] initWithNibName:@"AproposView" bundle:nil]; RNBlurModal *blurModal...

bug

Thanks for posting your `RNBlurModalView`, very helpful! The view will be updated after rotation finished(`UIApplicationDidChangeStatusBarOrientationNotification`), so the animation seems to jump a little bit. I know the reason to postpone...