UICollectionView and UIDynamicAnimator in Swift

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

Similar

Swift Error Handling Implementation

Swift's error handling is a unique feature of the language. It looks a lot like exceptions in other languages, but the syntax is not quite the same, and it doesn't quite work the same either. Today I'm going to take a look at how Swift errors work on the ... (more…)

Read more »