Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austintaylor committed Jul 7, 2015
1 parent 99ef05a commit f6bf009
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## UserVoice iOS SDK example using Swift

This is an example of using the [UserVoice iOS SDK](https://github.com/uservoice/uservoice-ios-sdk) project with Swift.

To duplicate this in your project:

1. Add `pod 'uservoice-iphone-sdk', '~> 3.2'` to your [Podfile](https://github.com/uservoice/uservoice-ios-sdk-example-swift/blob/master/Podfile)
2. `pod install`
3. Add `#import "UserVoice.h"` to your [bridging header](https://github.com/uservoice/uservoice-ios-sdk-example-swift/blob/master/SDK%20Demo/UserVoice-Bridging-Header.h)
4. Configure and launch the SDK, as demonstrated in [ViewController.swift](https://github.com/uservoice/uservoice-ios-sdk-example-swift/blob/master/SDK%20Demo/ViewController.swift)

See the [UserVoice iOS SDK](https://github.com/uservoice/uservoice-ios-sdk) README for details about configuration options.

0 comments on commit f6bf009

Please sign in to comment.