gustavogenovese / ChangingBackground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChangingBackground - Coding Challenge

Inspiration

Dryv is a growing startup that provides high quality on demand dry cleaning. Ora Interactive built the iOS App that is currently live and in use in Chicago.

The application utilizes a subtle background color change throughout the user flow. A demonstration of the effect can be seen below. Notice how the background slowly changes from blue to green as the user progresses through the application.

ChangingBackground

Challenge

Your challenge is to recreate the main color change functionality.

  • This repository contains a basic setup that transitions between two view controllers.
  • The background color image assets needed are also provided.
  • Note that this effect has been made more difficult by a change to Cocoa's implementation of UINavigationControllers. You may need to modify the behavior to get the effect to work with Apples update.

A demo of the solution is shown below.

ChangingBackground

Requirements

  1. Fork this repository
  2. Create a branch with your name
  3. Add whatever code is necessary to make your application match the solution immediately above. There is no time limit for solving this problem.
  4. When you have made your final commit, submit your code by sending a pull request to this repository. Also send an email to jeffrey@orainteractive.com to notify of your completion.

About


Languages

Language:Objective-C 100.0%