I created a new View-based application in Xcode, adding some outputs and actions, using the IBAction and IBOutlet tags, to the automatically created header file for the controller view. Then I double-clicked "project_name_ViewController.xib" to start the interface builder. However, the outputs and actions were not displayed in the interface builder. The only way to make them appear is to close the xib file and reopen it via the file → open command in Interface Builder.
I recently upgraded to Snow Leopard, before that I never had this problem.
Has anyone else come across this?
source
share