I bind my dataSource to tableview using rxswift, but by default cells are editable when I am doing like that, how can I disable that functionality?
Here the example of tableview what I got:

Are you using RxDataSources? you can configure you're dataSource as followed
dataSource.canEditRowAtIndexPath = {dataSource, indexPath in false }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With