I am new to apps building with the Xcode 4 Storyboard. I now stuck in figuring out
1. How to store a list of texts - short phrases (data) then,
2. How to display these texts randomly in the storyboard View Controllers.
I am reading the Foundation of iPhone App Development by Nick Kun, just like what i google online, they are teaching on table view controller in how to store and retrieve from the core data, not very much close to my objective. Please advice, thanks in advance.