How To Create Custom UICollectionViewListCell Using SwiftUI
Every time when I use a storyboard or XIB file to create a custom UICollectionView or UITableView cell layout, I…
Every time when I use a storyboard or XIB file to create a custom UICollectionView or UITableView cell layout, I…
In this year's WWDC, Apple brings in tons of improvements to SwiftUI, one particular that catches my attention is the…
Dynamic dispatch is one of the most important mechanisms in Object-Oriented Programming (OOP). It is the core mechanism that makes…
The some and any keywords are not new in Swift. The some keyword was introduced in Swift 5.1 whereas the…
Ever since the introduction of the Ethereum blockchain in the year 2015, it has revolutionized the entire software development industry.…
Writing an image to the camera roll is fairly simple in iOS development, but when it comes to detecting when…