-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blur effect not working in ios 11? #44
Comments
Can you try a different background color like red to test and see if the blurring is working? |
Hmm.. Its actually working fine for me in the simulator at least with iOS 11.3. Are you sure you are running iOS 11? Can you verify your deployment target and runtime of the simulator is greater than or equal to iOS 8? If possible can you send me a sample Xcode Project so that I can test the functionality? |
Any update on this? Since I can't reproduce the problem can you answer the following: What is your XCode deployment target? |
Unfortunately I can't reproduce. I tested on a iPhone 8 Plus and the simulator. |
my solution is got notification and show notification based on self.window.rootView. Im trying to get rootViewController of stack and test |
Can you send me an example project containing the problem? |
Hi. After I changed to show Rmessage i topViewController like presented Viewcontroller. It working, show in self.window.rootView not working. It's my fault, sorry. |
Hello. After long time i write new project that need to include some notification view, then I used your library, thanks for great code.
After run app in ios 11. I see the blur effect not working as expect. Plz see my attack picture to see my problem.
This image is captured from simulator. Then below is my setting
"warning": {
"backgroundColor": "#FFCC00",
"backgroundColorAlpha": 0.3,
"titleTextColor": "#484638",
"titleFontSize": 14,
"subTitleFontSize": 12,
"subTitleTextColor": "#484638",
"iconImage": "NotificationBackgroundWarningIcon.png",
"blurBackground": 1
},
The text was updated successfully, but these errors were encountered: