Open Chulkyu opened 5 years ago
var castStringArray: [String] = [] let num = model?.casts?.count ?? 0 for i in 0..<num { let castString = model?.casts?[i].actor ?? "" castStringArray.append(castString) let castArray = castStringArray.joined() cell.actorLabel.text = castArray }
can't convert to type of Array