UITableView 鍵盤遮擋

Tong_hdj發表於2016-06-27

好久不寫部落格了,今天遇到一坑,絕對要紀錄一下。
情況:使用了UITableView,為什麼鍵盤遮擋問題不能自動處理
坑點:
override func viewWillAppear(animated: Bool) {
super.viewWillAppear(animated)
---
}

別把super.viewWillAppear(animated)給忘了

相關文章