I have the exact same problem as a earlier question xcode swift indexing forever i have spotted my problem. This array:
var VragenInformatie = [[["Spelletjeskamer",""],["Keuken",""],["Garage",""],["Binnenplaats",""],["Zitkamer",""],["Slaapkamer",""],["Studeerkamer",""],["Eetkamer",""],["Badkamer",""]], [["De Wit",""],["Pimpel",""],["Blaauw van Draet",""],["Roodhart",""],["Groenewoud",""],["Van Geelen",""]], [["Loden pijp",""],["Pistool",""],["Engelse sleutel",""],["Dolk",""],["Touw",""],["Kandelaar",""]]]
I have tried: clean, deleted derived data, and even delete workspace thingy but nothing worked. But I still need this array does anybody have an idea or suggestion how to get a work around?
UPDATE:
I gone use this array for a tableview so is there maybe an other way for tableview data source?
Thanks in regards!