My app has number of UITableViews embedded into NavigationController. After I updated to Xcode 4.5 GM one of tables has stopped scrolling. There are no any other views on top of it.
Any ideas on what might be wrong?

UPDATE:
There are two gesture recognisers on my tableView to recognise swipes left/right. If I remove them – tableview is scrolling…
Looks like this is a bug in Xcode 4.5
After adding gesture recognizers programatically everything should work perfectly!