I want to change the preferredContentSize
if the content of the table view in my popover changes. Imho this worked so far by using
self.preferredContentSize = myTableView.contentSize;
but now it doesn't work anymore for iOS 8. The popover doesn't resize despite the sizes are correct.
Yesterday auto update did it's work and now I'm using Xcode 6.1.1. Don't know if that's the reason.
Are you experiencing the same behavior?