Since I added the following code, every time my app opens this UITableViewController it crashes:
UITableViewController
self.noArticlesView = [[UIView alloc] init];
I unchecked auto layout on the view controller the crash is not occurring now