BugFix: Call button is still visible in production builds #142

The call button is hidden when no call manager is available.
This commit is contained in:
giomfo
2016-03-11 14:45:06 +01:00
parent 23787ce1ef
commit 6c24f9e108
4 changed files with 45 additions and 7 deletions
@@ -37,4 +37,11 @@
@property (weak, nonatomic) IBOutlet UIButton *attachMediaButton;
@property (weak, nonatomic) IBOutlet UIButton *voiceCallButton;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *voiceCallButtonWidthConstraint;
/**
Tell whether the call option is supported. YES by default.
*/
@property (nonatomic) BOOL supportCallOption;
@end