添加
    [[NSNotificationCenter defaultCenter] addObserver:mLoginView
                                             selector:@selector(keyboardWillShow:)
                                                 name:UIKeyboardWillShowNotification
                                               object:nil];        

在keyboardWillShow中调UIView坐标,UIView.center = CGPointMake(x,y);

然后在textField的Did End On Edit事件中再改回去

 

http://www.cocoachina.com/bbs/read.php?tid-30877-fpage-9.html

 

相关文章:

  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2021-08-04
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案