add a row to the tableView from another viewController
问题 what I did so far: I create a tableView controller with empty rows, and a popup window on another ViewController, the purpose of the popup is to add two data(name - link) to the tableView on one ROW (passing Textfields). what I want : when I add a new raw (name - link) click save , I want the data to be stored , when I add other data, create another row . my problem: when I tray to add more raws, it's always wright over the old one, so no matter how much data I input, the result always be 1