More accurately, an NSException is thrown when displaying a TWTRTimelineViewController in iOS7:
Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘Auto Layout still required after executing -layoutSubviews. TWTRTweetView’s implementation of -layoutSubviews needs to call super.’
Also, I’m tried making my own UITableViewController and the same exception occurs when I use TWTRTweetTableViewCell in the table.
The same code works fine under iOS 8. I can reproduce this behavior in a very basic project. I am using TwitterKit 1.9.0. I am writing this in Swift 1.2 / Xcode 6.
Any ideas on how I can fix this?