1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 01:23:15 +00:00

make sure PIN doesnt show on screen. adjust focus.

This commit is contained in:
Kyle Spearrin
2017-12-11 14:29:50 -05:00
parent 0c4c8534b4
commit 25b75fd6e4
5 changed files with 19 additions and 3 deletions

View File

@@ -41,6 +41,11 @@ namespace Bit.iOS.Controls
Control.AutocorrectionType = view.Autocorrect.Value ? UITextAutocorrectionType.Yes : UITextAutocorrectionType.No;
}
if(view.HideCursor)
{
Control.TintColor = UIColor.Clear;
}
if(view.ReturnType.HasValue)
{
switch(view.ReturnType.Value)