Capturing value of edited view based tableview cells

I have a table which is view based and has multiple columns.


To populate the table i pull data from a Postgres Database via postgresqlKit framwork.


I need to be able to edit the data in the table and when i click a save button or press enter, capture the edited value and update the database based on that.


Now updating the database and populating the tables in the app are no problem, its when it comes to capturing the edited value I am having a problem.


I have found multiple ways of doing it with Cell Based tables but nothing about view based and seen as I am using Swift 2.0 and already have everything in place for populating my view based table, I would like to keep it that way.


Can anyone help with this asap please.


Thanks


Sam

Capturing value of edited view based tableview cells
 
 
Q