appsome / AccordionView

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

Does it have a remove Header #5

Closed Umaid1 closed 11 years ago

Umaid1 commented 11 years ago

I tried writing my own remove header function but lacking last objects now for closing and opening my rows. Looking for assistance to optimize my code.

suda commented 11 years ago

Check out commit https://github.com/appsome/AccordionView/commit/9cffe8c3ac49a620fa3da5d5b33aded497ecf83f Ability to remove sections is now built in :)

Umaid1 commented 11 years ago

This is not functioning properly. Actually when you remove second view from the array, 3rd view take its position perfectly fine, but I am unable to open 3rd View accordion and on tapping 3rd View header only first view is re-opening couple of times.

suda commented 11 years ago

https://github.com/appsome/AccordionView/commit/cb6a18ddb60c8d7e6f3b651c1ddbfc95e5d9fc8f it should work now :)