Member-only story
Fix Those Annoying Separator Lines in Swift
You can do it!
2 min readApr 26, 2021
Difficulty: Beginner | Easy | Normal | Challenging
The supporting video
Missing the wonderful diagrams below, but this video might be of interest to you!
Prerequisites:
- You will be expected to be aware how to make a Single View Application in Swift.
The setup
Async download images
It is important to download images asynchronously. This can be placed in an extension, as follows: