Since I added the following code, every time my app opens this UITableViewController it crashes:
UITableViewController
self.noArticlesView = [[UIView alloc] init];
[self.view layoutIfNeeded]
Hope this helps