标签: swift uitableview inputaccessoryview
出现输入附件视图键盘时,我的表格视图没有保持滚动底部位置,如此处UITableView does not scroll when keyboard appears
尽管建议的分辨率对我不起作用。
extension ViewController: CellDelegate { func actionDidPressed() { // add the action you need here } }