From a3cbd2ae58a587535bf87f2df8e2814cffcb00db Mon Sep 17 00:00:00 2001 From: Tony Nuzzi Date: Sun, 22 Feb 2015 14:23:06 -0600 Subject: [PATCH] Updating docs to remove the need to update .h with import --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1b598ea..39477c5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,6 @@ To use this component in Swift 2. Copy the `TLYShyNavBar` directory into your Swift project.
![](resources/Swift-project.png) 3. Create a new header file called `Bridging-Header.h` and add the headers from `TLYShyNavBar` folder.[see headers below](#bridge-headers). 4. Add the bridging header file to the project's build settings. Search `Bridging Header` in `Build Settings` and add `Bridging-Header.h`.
![](resources/Bridged-Header.png) -5. Add **#import <UIKit/UIKit.h>** to `TLYShyNavBarManager.h` and `TLYShyViewController.h` Now your project is setup to use the TLYShyNavBar component. Next all you need to do is set the scrollview property in your UIViewController like it was an Objective-c project.