Ian Jackson
Ian Jackson
https://docs.docker.com/installation/mac/
I am calling timeAgo from NSDate and it returns an empty string. ``` swift if let validDate = lastUpdated{ let dateText = validDate.timeAgo self.updatedLabel.text = dateText print(validDate.timeAgo) } ``` I...
# Overview - Follow dev guidelines for handling Nearby Messages for handling behavior ## Resource - https://developers.google.com/nearby/developer-guidelines ### Respect user privacy - Help the user understand what data your app...