fixed ios editor placeholder font (#4009)
This commit is contained in:
Родитель
dd0bb71ace
Коммит
385b20680b
|
@ -195,7 +195,9 @@ namespace Xamarin.Forms.Platform.iOS
|
|||
|
||||
void UpdateFont()
|
||||
{
|
||||
Control.Font = Element.ToUIFont();
|
||||
var font = Element.ToUIFont();
|
||||
Control.Font = font;
|
||||
_placeholderLabel.Font = font;
|
||||
}
|
||||
|
||||
void UpdateKeyboard()
|
||||
|
|
Загрузка…
Ссылка в новой задаче