Base:
method
CreateNativeControl
Microsoft.Maui.Controls.Compatibility.Platform.iOS.ViewRenderer<TView, TNativeView>.CreateNativeControl()
1 override of CreateNativeControl
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\EntryRenderer.cs (1)
25 protected override UITextField CreateNativeControl()
1 reference to CreateNativeControl
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\EntryRenderer.cs (1)
113 var textField = CreateNativeControl();