expanding-collection icon indicating copy to clipboard operation
expanding-collection copied to clipboard

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

Open junweimah opened this issue 7 years ago • 2 comments

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

junweimah avatar Feb 01 '18 08:02 junweimah

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

GeekerX avatar Feb 06 '18 23:02 GeekerX

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?

junweimah avatar Feb 07 '18 02:02 junweimah