Skip to content
/ State Public

An example of passing state across view controllers in an iOS app

Notifications You must be signed in to change notification settings

matteom/State

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

An example of passing state across view controllers in an iOS app

This app is meant to be an example of how to pass state across view controllers in an iOS apps. It is a simple two screen app that presents your favorite quote on screen and allows you to edit it.

Although simple, the app includes the following concepts of iOS development:

  • the MVC pattern and model controllers
  • view controllers and their lifecycle
  • storyboards
  • basics of Auto Layout
  • outlets and the target-action pattern
  • communication between view controllers

About

An example of passing state across view controllers in an iOS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages