How to disable the tableView selection

Solution:

You can disable the selection during the editing the table view using the below code.
you can use the below code in the viewdidload

tableView.allowsSelection = false

Comments

Popular posts from this blog

store cgpoint in userdefaults iOS swift

libc++abi: terminating due to uncaught exception of type NSException iOS swift