how to add an string variable values into an string array in swift ? After assigning whole values i want to populate these array elements into an UITableView.
[ArrayName abbObject:Stringname]; //objective-c code
swift code ?
this objective-c statement to be converted into swift. The value will change dynamically. At these time whole value to be inserted into array and it can be retrieved for further use -thank you