我是swift和xcode的新手, 我有一个带有字符串var的表格视图单元格。 我希望能够遍历所有单元格并将所有字符串放在一个很好的字符串数组中。
我应该使用什么函数来遍历字符串?
我想在使用这样的动作函数轻敲uibutton时这样做:
@IBAction func addToCheckTapped(_ sender: UIBarButtonItem) {
// go over all the cells and append all the strings to my array.
}