From 05dd92a7c2554047e0d732b593a3dcc4f6b05124 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:57:44 -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 52af8482..028d8212 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Switch content view controllers: 1. Create a subclass of `RESideMenu`. In this example we call it `DEMORootViewController`. 2. In the Storyboard designate the root view's owner as `DEMORootViewController`. 3. Make sure to `#import "RESideMenu.h"` in `DEMORootViewController.h`. -4. Add more view controllers to your Storyboard, and give them identifiers "leftMenuViewController", "rightMenuViewController" and "contentViewController". 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 "leftMenuViewController", "rightMenuViewController" and "contentViewController". 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