UITable is not getting populated with NSMutableArray
In my app i have a text field where if i enter a word i should get all the file names starting with the particular word into a UITable. Here i am getting these file names into an array and its available in NSLog too... But the table remains empty always. Control is not entering into table(NSLog in tables method is not getting displayed). Can anyone help me? my code is -(IBAction)Do_Search:(id)sender { files = [[NSFileManager defaultManager] contentsOfDirectoryAtPath: [[NSBundle mainBundle] bundlePath] error:nil]; search_results_array = [files filteredArrayUsingPredicate: [NSPredicate