How to move a UITextField in Xamarin.ios?

1

I wanted to move a UITextField up or down in order to solve the keyboard problem '

I tried this way

 TextChaveAcesso.Frame.Location = new CoreGraphics.CGPoint(TextChaveAcesso.Frame.Y, TextChaveAcesso.Frame.Y);
    
asked by anonymous 14.08.2018 / 17:00

0 answers