Iterate over rows in UITable?

There doesn’t seem to be a method getRows for UITable. Any other way of getting at the rows to iterate over them?

You could save them yourself into an array when creating them. Then access this array to get the rows.

Thanks, that’s what I was afraid of.