#swift
Read more stories on Hashnode
Articles with this tag
Exordium A fixed (or fixed-size, fixed-length) array is an array that has a max amount of items. Such arrays are used when the programmer knows how...
What is a Dependency? In software engineering, there is a complex-sounding technique called dependency injection that aims to help organize code...
Adding Space Between the Cells of a UITableView Photo by Tim Hüfner on Unsplash Exordium Thank you for stopping by the Rusty Nail Software dev blog!...
Exordium In this post, I will be showing you how to create a UITableView that has spacing between the cells. I came across this design as I was...