0

When EntryElement is used for Arabic language the UITextfield overlap with the Title Label

EntryElement entryElementSerialNo = new BasicEntryElement("Serial No.", "Enter Sr no", number) { TextAlignment = UITextAlignment.Right, KeyboardType = UIKeyboardType.NumberPad};

var section= new Section("Test") { entryElementSerialNo };

this.Root = new RootElement("Test"){ section };

What should be the way to display the entryfield to push it to left side to overcome the overlap issue.

kush
  • 77
  • 6
  • 1
    MTD has not been updated in 5 years and I would avoid using it – Jason Feb 22 '23 at 15:00
  • [Apple's official documentation](https://developer.apple.com/documentation/uikit/uiappearance) introduces: iOS applies appearance changes when a view enters a window, but it doesn't change the appearance of a view that's already in a window. To change the appearance of a view that's currently in a window , remove the view from the view hierarchy and then put it back. – Zack Feb 23 '23 at 05:26

0 Answers0