hit counter

Timeline

My development logbook

Got This Error Message in Xcode

Got this error message in xcode

1
2
3
4
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-   
[UITableViewController loadView] loaded the "nJq-Ph-OeI-view-HRK-KR-R8g" nib but didn't get 
 a UITableView.'
*** First throw call stack:

It is because I have removed a UITableView from a UITableViewController in a storyboard. Adding back a UITableView and relinking it to the view outlet of the controller fixes the problem