UITableView 滑动到tableFooterView 防止键盘遮挡

tableFooterView 里面放置了一个UITextView,防止键盘遮挡

   [self.boxTabView scrollRectToVisible:[self.boxTabView convertRect:self.boxTabView.tableFooterView.bounds fromView:self.boxTabView.tableFooterView] animated:YES];

你可能感兴趣的:(UITableView 滑动到tableFooterView 防止键盘遮挡)