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

How do I set the collection view's position in my viewcontroller? #71

Open
junweimah opened this issue Feb 1, 2018 · 2 comments
Open
Labels

Comments

@junweimah
Copy link

In the demo app Main.storyboard > DemoViewController, all I see is this :

image

There is nothing to configure the collection view where it needs to me.

When I implement it in my project, it looks like this on 5s:

img_0101

How do I set constraint for it in my viewcontroller?

Thanks

@GeekerX
Copy link

GeekerX commented Feb 6, 2018

All the Collections are added programmatically.
In Second place in you .xib expanding collection you must put the FrontContainer over the BackContainer in the Tree View

@junweimah
Copy link
Author

How do I set the constraint for the front view? I want them to appear lets say 20 top, 10 left, 10 right in my view controller. How can I do that programmatically?

@Juriv Juriv added the question label May 15, 2018
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

3 participants