main.swift260 chars8 linesExplanation:
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