MainActor usage in Swift explained to dispatch to the main thread
MainActor in Swift replaces DispatchQueue.main and ensures tasks are performing on the main thread in a performant manner. (more…)
Read more »Hello guys, today we’re going to talk about adding UIKit dynamics to collection view. I will walk you through the code to demonstrate how to use dynamic behaviors with collection views. Read more