Skip to content

satyamsovan123/InspireNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This app inspires you by showing random quotes.

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.

Key learning points were -

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

About

This app inspires you by showing random quotes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages