appsome / AccordionView

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

Calling to didChangeSelection #20

Closed menaweb closed 9 years ago

menaweb commented 9 years ago

Hi suda, thank you for this useful control.

I'm trying to call the didChangeSelection method, adding AccordionViewDelegate to my view controller header file, but nothing is happened. When I change the selection, the method is never called. Do I need to do something more?

I would like to use this for change the accordion view size and show everything.

Thank you.

menaweb commented 9 years ago

Sorry, I had a bug, I forget accordion.delegate = self; in my code. Everything is working.

Thank you