/// <summary> /// Applies a theme to the specified text field. /// </summary> /// <param name="field">A text view to apply the theme to.</param> /// <param name="theme">The theme to apply to the text view.</param> public static void ApplyTheme(this UITextField field, TextFieldTheme theme) { field.ApplyTheme(theme, ViewFontSizes.LargeFontSize); }