Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ class StyleParser: StyleParsable {
}
}
```
*AppDelegate.swift steps to install*
1. Add `import StyleKit` before the `class AppDelegate` line in your `AppDelegate.swift`
2. Enter in the below code into your `AppDelegate.swift` file

*AppDelegate.swift*

```swift
```
func application(application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {

Expand Down Expand Up @@ -153,3 +154,9 @@ source 'https://github.com/CocoaPods/Specs.git'
```ruby
pod 'StyleKit', '~> 0.4'
```

###How to build the demo Project.
1. Download this project.
2. Open up `Stylekit.xcworkspace' (the one with the white xcode icon)
3. Update the build target to say "StylekitDemo" and choose the phone simulator / device you want to run it on.
4. Run your project.