Tutorials Stephen Feuerstein Tutorials Stephen Feuerstein

Working with Dates in Swift

It’s inevitable that at some point in your development career you’ll need to work with dates. Maybe you’re showing a feed of posts à la Facebook, or the upcoming schedule of your favorite sports team. While dates are easy conceptually, they aren’t so easy when you’re writing code for formatting and displaying them.

Read More