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

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift