I have an iOS tabbed application with three tabs. The first view controller calculates your one rep max bench press. When you press the calculate button to calculate the results, it also populates a table on the second view controller. Within the table it displays the 60%, 65%, 70%, 75%, 80%, 85%, 90%, and 95% of the one rep total.
What I cannot figure out is how to add text to each line of the table saying "60% of your one rep max is:" and then populate the data from the array.
Is there a way to statically add text to a table, and then populate it with data from an array?
I have attached a picture of the table: