From f83bd4e8c6d1d2c3e3e9c790f0958c4b843a3a6e Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:54:50 -0800 Subject: [PATCH] Correct the capitalization of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3fc2c9..79f4b02 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ To disable live blurring, set `liveBlur` property to `NO`. 1. Create a subclass of `REFrostedViewController`. In this example we call it `DEMORootViewController`. 2. In the Storyboard designate the root view's owner as `DEMORootViewController`. 3. Make sure to `#import "REFrostedViewController.h"` in `DEMORootViewController.h`. -4. Add more view controllers to your Storyboard, and give them identifiers "menuController" and "contentController". Note that in the new XCode the identifier is called "Storyboard ID" and can be found in the Identity inspector. +4. Add more view controllers to your Storyboard, and give them identifiers "menuController" and "contentController". Note that in the new Xcode the identifier is called "Storyboard ID" and can be found in the Identity inspector. 5. Add a method `awakeFromNib` to `DEMORootViewController.m` with the following code: ```objective-c