I have a number of programmatically generated UILabels
in a UIView
(one for each record in the database). I want these to update periodically (say once every 5 seconds) but since they're dynamic it's proving tough to get a "handle" on them to change their values.
Anyone have an idea how to do this?