COVIDSafe code from version 1.7

This commit is contained in:
covidsafe-support 2020-07-03 13:54:10 +10:00
parent 2063cea613
commit 653f79ebe6
38 changed files with 4504 additions and 1281 deletions

View file

@ -243,7 +243,7 @@ open class CodeInputView: UIView {
textField?.frame = CGRect(x: 0, y: -40, width: 100, height: 30)
addSubview(textField!)
}
textField?.accessibilityLabel = self.accessibilityLabel
textField?.keyboardType = keyboardType
textField?.keyboardAppearance = keyboardAppearance