I am building an app that will display a new quote every 24 hours. I am using API requests and Notification Center. I save the current/most recent quote fetched in User Defaults.
I am wanting to call the fetch quote function every 24 hours. What code technique would you suggest?
I am wanting to call the fetch quote function every 24 hours. What code technique would you suggest?