I have a popover with a UITableViewController as a content view controller. The table view has a UISearchBar as a header.
Everything is fine on iOS 6, but on iOS 7 the application crashes when popover closes, giving this error:
*** -[UIView release]: message sent to deallocated instance 0x118a9bf0

Any idea on the possible cause of this failure?
ios uitableview ios7 uipopovercontroller uisearchbar
Hejazi
source share