Hello, I get the error in the class "InteresesViewController.swift" and in this part of the code:
for index in arr{
selectInteres.append(feedInterests[indexPath.row] as! String)
}
From that data that is shown to the table, the user must select the data, whatever it is, and the selected data must be stored in an array. The intention is that only the "jsonElement [" interesNombre "]" string are saved in the array. Thanks!
Topic:
Programming Languages
SubTopic:
Swift
Tags: