While developing a navigation based application from scratch, I added some new uisubview Controller files to my project by the name myview.m, myview.h and myview.xib. After saving it, when i switched to interface builder to carry out linking task but the xib file was not shown by the interface bulider.
I restarted both the applications to fix it, but it didn’t work. Please suggest me how to resolve the issue because i can’t proceed further.
MAC OSX: 10.6
XCode: 3.2.6
One of the similar issues I faced earlier was that the methods added to .h files were not visible in interface builder, which I resolved by making the interface builder reading the .h file externally from file menu.
but I was unable to resolve the issue with the xib file. Please suggest me some solution.
Its ok if it is not shown by default. Simply mention the name over there. It works.