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

Tutorials: Add Swift Examples #479

Open
jleandroperez opened this issue Mar 30, 2015 · 2 comments
Open

Tutorials: Add Swift Examples #479

jleandroperez opened this issue Mar 30, 2015 · 2 comments
Labels

Comments

@jleandroperez
Copy link
Contributor

Let's update both, the online documentation and the sample apps so that we also have Swift code examples.

@jleandroperez jleandroperez self-assigned this Mar 30, 2015
@jleandroperez jleandroperez added this to the v0.8.0 milestone Mar 30, 2015
@jleandroperez jleandroperez modified the milestones: v0.8.0, v0.8.1 May 10, 2015
@jleandroperez jleandroperez modified the milestones: v0.8.1, v0.8.2 Jun 8, 2015
@jleandroperez jleandroperez modified the milestones: v0.8.2, v0.8.3, v0.8.4 Sep 1, 2015
@jleandroperez jleandroperez modified the milestones: v0.8.4, v0.8.5, v0.8.6, v0.8.7 Sep 16, 2015
@jleandroperez jleandroperez removed this from the v0.8.6 milestone Sep 22, 2015
@jleandroperez jleandroperez modified the milestones: v0.8.7, v0.9.0 Oct 23, 2015
@3eDevAndrew
Copy link

3eDevAndrew commented Mar 21, 2017

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 SPManagedObject but am having difficulty.

Thanks

@jleandroperez
Copy link
Contributor Author

jleandroperez commented Mar 22, 2017

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:

#import <Simperium/Simperium.h>

That should allow you to import Simperium within your Swift code.
Please, let me know how it goes // if i can help you with anything else!

@jleandroperez jleandroperez removed their assignment Jan 2, 2018
@jleandroperez jleandroperez removed this from the v0.9.0 milestone Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants