I am developing a Mac application, I am getting a strange problem. When ever I reload a row and for a particular column when I execute the reload code, I get the sound output from my mac.
Below is the code
myTableView.reloadDataForRowIndexes(myTableView.selectedRowIndexes, columnIndexes: NSIndexSet.init(index: myTableView.columnWithIdentifier("source")))
I have a column with the identifier "source" when I try to reload, and after executing the above line, I get the sound in my mac.
I am using Xcode 7.3, OSX 10.11.6
source share