I have a uitable that I set manually initial values and I have two buttons, so when a user pushes a button, the buttons call a function that I have created and do some values and I want to send that values to the uitable inside of main.m and update the uitable.
My question is how can I send values from external function to the uitable inside of main.m?