Updating docs to remove the need to update .h with import
This commit is contained in:
parent
634226702b
commit
a3cbd2ae58
|
|
@ -73,7 +73,6 @@ To use this component in Swift
|
|||
2. Copy the `TLYShyNavBar` directory into your Swift project. <br />
|
||||
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`. <br />
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue