Device Verification: Add DeviceVerificationDataLoading VC, a loading wheel VC

This commit is contained in:
manuroe
2019-04-17 12:47:42 +02:00
parent 3593907360
commit bfc7038ae7
10 changed files with 285 additions and 45 deletions
@@ -64,6 +64,7 @@ final class DeviceVerificationVerifyViewController: 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)