To append an integer to the String Array in Swift, use the function append() on the array. Example: array_name.append(string)
確定! 回上一頁