Skip to content

IQKeyboardManagerSwift working in tableview causing indexpath chaos

Notifications You must be signed in to change notification settings

lforme/IQKeyboardManagerSwiftTest

Repository files navigation

When I use IQKeyboardManagerSwift and I customize the cell, it will cause my tableIveView the indexpath to get confused

My Customize cell with UITextView, and I set this in AppDelegate

IQKeyboardManager.sharedManager().enable = true
IQKeyboardManager.sharedManager().shouldResignOnTouchOutside = true

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
}  

Always return the wrong indexpath

About

IQKeyboardManagerSwift working in tableview causing indexpath chaos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published