appsome / AccordionView

Simple accordion view in Cocoa Touch
Other
144 stars 38 forks source link

AutoLayout Support Using Interface Builder #25

Open asifbilal-vteams opened 8 years ago

asifbilal-vteams commented 8 years ago

I am having issue when i create AccordionView using interface builder with constraints. It doesn't expands/compress according to device orientation. Please add support for this.

orenk86 commented 8 years ago

Experiencing the same issue. I have also tried applying the constraints programmatically, but I still get the same result.

@asifbilal-vteams - Any luck finding a solution?