iosMobileTable enable editingEnabled

What do the enable and editingEnabled properties on the MobileTable do?

I have a table that contains a couple of custom cells. The cells contain either a segmentedButton or a textArea. Users (assuming I get that far) answer questions and then tap a Save button.

At that point I wish to prevent changes, but turning the enable properties to False don’t affect the controls in the table.

Best way I have found to prevent any further changes from the user is to display a mobileContainer above the entire display.

Not in front of my dev machine right now. I’ll have a look at enable and editingEnabled when I can.