1 write to _placeholderLabel
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\EditorRenderer.cs (1)
49
_placeholderLabel
= new UILabel
14 references to _placeholderLabel
Microsoft.Maui.Controls.Compatibility (14)
iOS\Renderers\EditorRenderer.cs (14)
39
_placeholderLabel
.Hidden = !string.IsNullOrEmpty(TextView.Text);
45
if (e.NewElement != null &&
_placeholderLabel
== null)
68
_placeholderLabel
.Font = Element.ToUIFont();
74
_placeholderLabel
.Text = Element.Placeholder;
76
_placeholderLabel
.SizeToFit();
87
var placeHolder =
_placeholderLabel
.AttributedText.WithCharacterSpacing(Element.CharacterSpacing);
90
_placeholderLabel
.AttributedText = placeHolder;
97
_placeholderLabel
.TextColor = placeholderColor?.ToPlatform() ?? _defaultPlaceholderColor;
108
Control.AddSubview(
_placeholderLabel
);
116
new NSObject[] {
_placeholderLabel
}, new NSObject[] { new NSString("_placeholderLabel") })
123
new NSObject[] {
_placeholderLabel
}, new NSObject[] { new NSString("_placeholderLabel") })
126
_placeholderLabel
.TranslatesAutoresizingMaskIntoConstraints = false;
127
_placeholderLabel
.AttributedText =
_placeholderLabel
.AttributedText.WithCharacterSpacing(Element.CharacterSpacing);