mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 21:15:21 +00:00
COVIDSafe code from version 1.7 (#8)
This commit is contained in:
parent
2063cea613
commit
6f92ff8fb8
38 changed files with 4504 additions and 1281 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue