I have two view controllers, one is main and second is detail. Whenever I click on one cell of uitableview in the main view controller, it should immediately show detail view controllers that has either empty cells or cells of some content in a uitableview. My codes work perfectly in one of my apps. However, when I copied whole codes and adapted the file names, nothing works, i.e. it does not present detail view controller, even though the debugger console showed it SHOULD work.
What could cause this trouble?
I solved it by copying the content of the files that feed my table view into new files with new names.