-
Notifications
You must be signed in to change notification settings - Fork 43
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
Tutorials: Add Swift Examples #479
Comments
Hi Jorge, I'm looking to add Simperium to a swift project but running into integration issues. Looking to import it and also utilize the Thanks |
Hello there @3eDevAndrew! Assuming you're using CocoaPods, all you'd really need to do is to setup the Objective C Bridging Header to import the Simperium framework, as follows:
That should allow you to |
Let's update both, the online documentation and the sample apps so that we also have Swift code examples.
The text was updated successfully, but these errors were encountered: