bennyguitar / CollapseClick

A collapsible list that functions like a UITableView, except you can collapse and open cells on a click. Feed it UIViews for what is shown when each cell is open. Works via delegation similar to UITableView.
MIT License
533 stars 83 forks source link

Is it not working on Ipad ios 8? #26

Open HTKT opened 9 years ago

HTKT commented 9 years ago

I used this lib to my project running on ipad ios 8 but it seems not work. I setup the constraints for CollapseClick and CollapseCell but the sub view cannot full in Width. It always show the width = 600px. Please help to solve that. Thanks