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

Fragaria with Storyboards #94

Open
fpramme opened this issue Jul 1, 2016 · 1 comment
Open

Fragaria with Storyboards #94

fpramme opened this issue Jul 1, 2016 · 1 comment

Comments

@fpramme
Copy link

fpramme commented Jul 1, 2016

I try to integrate Fragaria in a Swift 3.0 project. First I built Fragaria as a Framework. This I added to my project. I work with storyboards.

In Swift-Example a IBOutlet generated by the types MSGFragariaView. I unfortunately do not get this in my project.

Have I made something wrong in the creation or incorporating as a framework?

I hope you can help me.

Thanks in advance.

@shysaur
Copy link
Owner

shysaur commented Jul 1, 2016

From your message it's a bit difficult to tell exactly what's the issue you're facing. If you don't know how to better describe your problem, maybe you can help yourself with some screenshots.

Anyway, Fragaria should work just fine (with the default settings) even without setting it up through an IBOutlet. If the application compiles and Fragaria works, then you are not doing anything fundamentally wrong.

If you are unfamiliar with non-storyboard projects (like the example you mentioned) and you don't know what the "File's Owner" object is (the translucent light blue block), it's just the way non-storyboard XIBs refer to the controller responsible for that XIB. In a storyboard-based project, anything that would be connected to "File's Owner" usually is connected to some View Controller or Window Controller.

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