Also make sure that the type of your property matches the type of object you are connecting to. I had the same problem, and it turned out that the Builder interface refused to connect my image to the corresponding property, because this property was UIImage *, not UIImageView *.
If you were just composing a tutorial, your problem might be something else, but it would be easy to enter the wrong property class name, I suppose.
source
share