This app has 5 quotes in an array. User cannot update the array through UI. I know, this is wierd. It is a basic app, that tries to do few things! This app initially shows a random quote from the quotes array. If users taps on the show button, there is a segue to a different view controller, which displays list of famous people. When users tap on the names of the famous persons, there is a segue back to the original view, which shows a quote from the person they selected. This app also provides two sets of icon to choose from.
Creating buttons dynamically and having auto layouts (iPhones + iPads @ portrait, right, left)
Inspecting storyboard as xml to write the code for constraints (in Swift) for generating dynamic buttons
Creating and customizing segues and passing data between segues
Getting an intuition for Apple's flavour of MVC
Learning very basic accessibility functionality
Watching old Apple keynotes (a lot) 😂
Developing an app without designing and creating assets in Sketch
Changing app icon dynamically, using Clean build