1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 15:43:19 +00:00

added instruction label to pin code screens

This commit is contained in:
Kyle Spearrin
2016-07-23 15:58:50 -04:00
parent 4a136315d5
commit 7b083d5d0d
7 changed files with 94 additions and 41 deletions

View File

@@ -60,6 +60,11 @@ namespace Bit.iOS.Controls
{
pointSize *= .6f;
}
else
{
// not using dyanmic font sizes, return
return;
}
Control.Font = UIFont.FromDescriptor(Element.Font.ToUIFont().FontDescriptor, pointSize);
}