IPhone XCode programming: view called from a navigation view doesn't set its IBOutlet attributes

Posted by Antonio Murgia on Stack Overflow See other posts from Stack Overflow or by Antonio Murgia
Published on 2010-03-23T23:18:51Z Indexed on 2010/03/23 23:23 UTC
Read the original article Hit count: 335

I created a view Called ProgrammaView that appears when a row of a table is clicked.

This view has a UILabel, a UIImageView and a UITextView.

Now. ProgrammaView's Outlets have to be changed by the parameter passed to a method of the view called iniz.

in this image there is first the ProgrammaView.h and then the method iniz.

The problem is that the label and other stuff doesn't change! I checked 3 million times that everything between the xib file and the controller is linked.

The trick to call iniz in the other viewcontrollers works well in other part of the program so i think is not that the problem. Thank you in advance!

© Stack Overflow or respective owner

Related posts about xcode

Related posts about uiviewcontroller