I implemented Notification content extension for customizing my push notification alert. I got the alert like the following image.
But I would like to apply following things to my custom view
1: How to make blurred/semi-transparent background for custom view ?
2: How to apply custom fonts (already used in my application )for different labels in this custom view ?
3: How to apply different colors for views from my custom color class ?
I already added custom font to my application target.But I cannot access these fonts to my custom view used in extension. Please help me how to solve these issues?