Sign up
Sign in
…econdsprivate var hasCacheUnder60seconds: Bool { if cachedNumberFact != nil, let lastCachedDate, Date.now.timeIntervalSince(lastCachedDate) < 60 { return true } else { return false }}/// Fetches a new number fact/// returni…
Jaeho Yoo
Lee young-jun
Follow
--
1
Share
what about
.now.addingTimeInterval(-60) < date ?
Man
Help
Status
About
Careers
Press
Blog
Privacy
Terms
Text to speech
Teams