Device Verification: Add DeviceVerificationDataLoading VC, a loading wheel VC

This commit is contained in:
manuroe
2019-04-17 12:47:42 +02:00
parent 6d6932dac3
commit 68a6ee4168
10 changed files with 285 additions and 45 deletions
@@ -69,6 +69,7 @@ final class DeviceVerificationIncomingViewController: UIViewController {
// Do any additional setup after loading the view.
self.title = VectorL10n.deviceVerificationTitle
self.vc_removeBackTitle()
self.setupViews()
self.keyboardAvoider = KeyboardAvoider(scrollViewContainerView: self.view, scrollView: self.scrollView)