End-to-end encryption UI/UX

#723

- prompt user before verifying a device
This commit is contained in:
giomfo
2016-11-16 16:45:31 +01:00
parent 9fdbc258bc
commit ebc3de4ead
4 changed files with 57 additions and 8 deletions
@@ -19,9 +19,10 @@
@interface EncryptionInfoView : UIView
@property (weak, nonatomic) IBOutlet UITextView *textView;
@property (weak, nonatomic) IBOutlet UIButton *okButton;
@property (weak, nonatomic) IBOutlet UIButton *cancelButton;
@property (weak, nonatomic) IBOutlet UIButton *verifyButton;
@property (weak, nonatomic) IBOutlet UIButton *blockButton;
@property (weak, nonatomic) IBOutlet UIButton *confirmVerifyButton;
- (instancetype)initWithEvent:(MXEvent*)event andMatrixSession:(MXSession*)session;