'How can I make my app present quote from an array and then proceed in order through the remaining quotes?

Part of my app is to provide the user with a random quote about sustainability. I have an array of quotes, but haven't thought about how to present it to the user yet so that they are presented with a quote and then can click the next button to see the next one. The app should also make it so that they can pick up where they left off. For example, if they got to quote 10/80 then the next time they go go the quote section they start on quote 10. I also want users to be able to save each quote. Is an array the best way to do this? Would it be completely wrong to use a new view controller for each quote? I'm very new to all this so any help would be great.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source