Thanks for the response. So I made a UILabelController.
Do I keep the display outlet in my main or put it in Label Controller?
What do I connect the display outlet to?
Is this code right?:
You must Login or Register to view and contribute code! This is done to increase participation in helping one another out, if you have been helped please pass on the favor.
[display setStringValue:@"Hello World"];
Or what should I change.
Thanks.