Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaral authored Aug 29, 2016
1 parent 6d1127b commit 06cf5c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Apply a fade effect to the icons, text, and buttons, while transitioning between
onboardingVC.shouldFadeTransitions = YES; // defaults to NO
```

***Note:*** Ensure you do not cause the onboard view controller's view to be loaded prior to setting these properties, as these values only take effect when the view controller's `viewDidLoad` is called, so doing something like setting your `onboardingVC.view.backgroundColor = [UIColor whiteColor];` before setting this values would lead to the setting of these to not take effect.

You can tweak these settings in a few different combinations to get your desired effect:

![demo](Screenshots/normal.png)
Expand Down

0 comments on commit 06cf5c1

Please sign in to comment.