How to move a Uitextfield in Xamarin.Ios?

Asked

Viewed 12 times

1

I wanted to move one UITextField up or down in order to solve the problem of 'Keyboard'

inserir a descrição da imagem aqui

tried this way

 TextChaveAcesso.Frame.Location = new CoreGraphics.CGPoint(TextChaveAcesso.Frame.Y, TextChaveAcesso.Frame.Y);
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.