Feature/invitation
Merge request contains:
- Prototype Dialog (can be used for all Usecases) (Screenshot)
- Dialog animates on show and hide
- Dialog is layouted based on InvitationOption
- Tests for Encryption
Make the changes visible in the App:
Add the following lines in the viewWillAppear(animated:)
in SendViewController
Or somewhere else in the Code (keep in mind self needs to be a ViewController, that is fully loaded)
InvitationDialogViewController.present(on: self, animated: true)
Edited by kondeichmann