RNBlurModalView
RNBlurModalView copied to clipboard
Add depth to your alerts.
-(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...
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...