Wrangling Dates & Time in iOS | raywenderlich.com

Understanding the deep technical details how dates and time work in iOS is immensely helpful for developing apps—every single day, month, and year! Learn the foundational structures behind working with dates and time in iOS. Then, apply your date modeling to SwiftUI views.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/20651739-wrangling-dates-time-in-ios

Thank you for putting that together! Very Helpful!
Im still looking for a good resource on time management for a Journaling type of application - I’d like to be able to add up the amount of time a user is using different parts of my app. Any suggestions would be greatly appreciated!

1 Like

As far as I know, Apple doesn’t offer a public API for this. (The closest is Screen Time.)

So, keeping your own running total, based on what’s in this course, is my current recommendation. Please post again if you find any other solutions you prefer!