How do I set the collection view's position in my viewcontroller?
junweimah opened this issue · 2 comments
junweimah commented
GeekerX commented
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 commented
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?