I have an iPhone application which uses a CollapsableTableView. After upgrading to iOS 6 I get a crash in the application with the following error.
"A view can only be associated with at most one view controller at a time! View is associated with CollapsableTableViewHeaderViewController: 0x8a93430. Clear this association before associating this view with CollapsableTableViewHeaderViewController: 0x8a943c0"
It would be rather helpful if I anyone of you has come across the same problem in order to find a solution for it. Thanks in advance.