main.swift260 chars8 lines
Explanation:
DateComponents
instance containing the birthdate informationCalendar.current
instance to calculate the difference between the birthdate and the current datedateComponents(_:from:to:)
year
property of the resulting DateComponents
instance to get the age in years.gistlibby LogSnag