Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/improve documentation (#24) #25

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
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.