Fresh Beginning
  • Home
  • Portfolio
  • My Clothing Shop
  • Etsy Clothing Store
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
  • Contact Me
Subscribe

reusable cells

A collection of 3 posts
A Better Way to Generate Reuse Identifiers in Swift and iOS
reuseIdentifier

A Better Way to Generate Reuse Identifiers in Swift and iOS

iOS offers an elegant way to improve table view and collection view performance by cell reuse. These scroll views may have millions of cells, but iOS only stores the visible cells in memory and reuses them as they go out of view. This enables OS to save on memory and
Oct 20, 2022 2 min read
iOS

[iOS][Swift] Adding timer on reusable UITableViewCells

A few months ago I started the job search and in my very first take-home assignment, I was asked to implement a feature to display timer on UITableViewCell. The use-case was we were going to fetch Bitcoin prices every 60 seconds and the cell would display how long it is
Dec 18, 2021 6 min read
Using ImageDownloader library with reusable cells
image downloader

Using ImageDownloader library with reusable cells

This is the second part of original post where I wrote about how I built an image downloader and caching library for images. (webp and gif excluding). However, there is one thing which was briefly mentioned but wasn't elaborated is how to use this library with reusable cells. As we
Apr 27, 2020 4 min read
Fresh Beginning © 2025
Powered by Ghost