Implement a one-page iOS app (in Xcode, live coding) containing a UITableView with 50 rows. Each row displays a timer counter. Requirements: (1) When a cell scrolls into the visible viewport, its timer auto-starts and increments every 0.1 seconds. (2) When a cell scrolls out of the viewport, its timer…