Right first of I would like to thank everyone for helping me out on the Dynamically Generate UITableViews. But I need to expand the question a bit to a new problem that i have found. Whilst I can now generate the table dynamically I need to know how to set the height of the tables dynamically based on how many rows there will be. If you read the thread above I basically have to generate x tables based on how many policies the user has but that table can have x amount of rows in it not always or all being the same amount. How can I do this so that the next table will start off at the correct part of the view after the table that is above it? So that they are not overlapping?
Please if I have asked this wrong and you do not understand please ask.
