Ignore active theme and override the screen with dark, add blur effect views

This commit is contained in:
ismailgulek
2020-12-21 18:13:50 +03:00
parent 743586340f
commit 3522c8c990
3 changed files with 116 additions and 45 deletions
+3
View File
@@ -29,6 +29,9 @@
@property (unsafe_unretained, nonatomic) IBOutlet NSLayoutConstraint *callerImageViewWidthConstraint;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *moreButtonLeadingConstraint;
// Effect views
@property (weak, nonatomic) IBOutlet MXKImageView *blurredCallerImageView;
// At the end of call, this flag indicates if the prompt to use the fallback should be displayed
@property (nonatomic) BOOL shouldPromptForStunServerFallback;