I wanted to move a UITextField up or down in order to solve the keyboard problem '
UITextField
I tried this way
TextChaveAcesso.Frame.Location = new CoreGraphics.CGPoint(TextChaveAcesso.Frame.Y, TextChaveAcesso.Frame.Y);