ios - error with tableview reload data inside connectionDidFinishLoading (parsing by json) -


I have a custom view-controller with a table view, custom table view cell and

  -) after the connectionDidFinish is loading: (NSURLConnection *) connection {}   

This returns this error: Property 'Table view' type of object 'ViewController2 *' Not found on The code below and without it the data is not displayed in the table view.

  [self.tableview reloadData]; I am unable to determine how to fix it. Please help me. I appreciate the help very much.  

Thanks in advance.

Possibilities of the above error

  1) Your Exib is your ViewController2 2) You will not connect your table view to your xib from the IBOutlet 3) If you do not synthesize it, if you have declared it as a property 4) If all above you just cleaned and run just your Xcode    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -