What are the reasons why an IBOutlet (connected) could be nil?
IBOutlet
nil
I have one in may application which is always nil, even if I re
It could be that your nib is messed up, but I find a common reason is having two instances where you think you only have one, and the one you're using in your code is not the one you connected.