display array in a label in swift
问题 I would like two display Object data gotten from Parse in swift. I have tried using label in this way but it only displays the last element in the object. Please how can I make it display all the element in the object in the label. Like one element to one label. Thanks let query = PFQuery(className: "Questionnaire") query.findObjectsInBackground { (objects, error) -> Void in if error == nil { // There were no errors in the fetch if let returnedObjects = objects { // var text = "" // Objects