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

How to blink a button iOS swift?

iOS flutter while run to iPhone it had the error - Cannot find type 'PhoneNumberKit' in scope