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

Invalid bundle error while upload the app to the app Store

store cgpoint in userdefaults iOS swift