tableview textfield tableviewheader footer同时存在问题情况记录

UITableViewStylePlain,                  // regular table view

    UITableViewStyleGrouped 


遇到的问题:

     1、当tableview的风格是UITableViewStylePlain,当tableview的header footer会一直显示在界面上,键盘弹起时候,第二个section,cell中的textfield可能会被在 frame减小,被header footer的罗列遮住

      处理方法:风格 改为UITableViewStyleGrouped ,headr footer会随着cell一起移动,上面的情况能够避免

你可能感兴趣的:(tableview textfield tableviewheader footer同时存在问题情况记录)