Hello. I hope this is the proper place to go within kind of question. I am using Xcode 5 and am having a small access problem. I have my label, created as a variable in VC.h:
My program runs fine until here, when I get a light green "error" that says "EXC_BAD_ACCESS" How do I access the label properly and change their background color, but not from VC.m? Thanks!