Skip to content

Instantly share code, notes, and snippets.

@chagretes
Last active January 17, 2017 11:59
Show Gist options
  • Save chagretes/3d985205cc775f60026096cd940f25e8 to your computer and use it in GitHub Desktop.
Save chagretes/3d985205cc775f60026096cd940f25e8 to your computer and use it in GitHub Desktop.
Create Xamarin iOS left Padding inside a custom Entry
var paddingview = new UIView(new RectangleF(0, 0, 100, 1));
Control.LeftView = paddingview;
Control.LeftViewMode = UITextFieldViewMode.Always;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment