Skip to content

7️⃣ Learn how to pass data between multiple View Controllers through building a 'Colors' app.

Notifications You must be signed in to change notification settings

gtiosclub/Colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colors

Meeting of February 23, 2021

This app features color saving & viewing using multiple View Controllers. Using more than one View Controller lets you build apps that are more complex than what we've done before. Colors includes:

  • A primary collection view controller to explore all saved colors
  • A view controller that allows the user to customize and save a new color, presented modally
  • A detail view controller that fills the screen with a chosen color, presented in the navigation stack
  • Dependency injection for the view controller presentations via both segues and a static presentation method

App Screenshots:

About

7️⃣ Learn how to pass data between multiple View Controllers through building a 'Colors' app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages