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

Update Swift Example in wiki for IOS SDK #537

Closed
ajaybeniwal opened this issue Feb 20, 2016 · 1 comment
Closed

Update Swift Example in wiki for IOS SDK #537

ajaybeniwal opened this issue Feb 20, 2016 · 1 comment

Comments

@ajaybeniwal
Copy link

Hi Can u update the Swift example in wiki with below example because its difficult to find for beginners

let parseConfiguration = ParseClientConfiguration {
$0.applicationId = "myAppId"
$0.clientKey = ""
$0.server = "http://your_server.com:1337/parse"
}
Parse.initializeWithConfiguration(parseConfiguration)

@nlutsenko nlutsenko self-assigned this Feb 21, 2016
@nlutsenko
Copy link
Contributor

Done. Thanks for the suggestion!
Just updated https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide with Swift example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants