beeminder / BeeSwift

Official Beeminder for iOS app
Other
29 stars 6 forks source link

Fix multiple settings icons being overlaid #307

Closed theospears closed 1 year ago

theospears commented 1 year ago

Previously we were not properly removing settings icons when cells in the settings table are re-used. Here we use a shared UIImageView which has its image updated, avoiding multiple being shown.

Fixes: #306

Test Plan: Navigate to settings, back out, and then back to settings again. Observe that icons are not mis-rendered.