Skip to content

Feature/invitation

kondeichmann requested to merge feature/Invitation into master

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)

Simulator_Screen_Shot_-iPhone_8_Plus-_2018-01-18_at_19.57.57

Edited by kondeichmann

Merge request reports