i am in middle of Your First Mac App tutorial for Mac OS X developers and i am experiencing problem with updateUserInterface. I've followed the tutorial, which produces following codes of AppDelegate.m and AppDelegate.h
( https://gist.github.com/1599797 )
What am I doing wrong? The code seems to me OK.
( This is my first mac developing. )
Take a closer look at the method call. The problem is from a (nonexistent) method called updateUserInteface
, not updateUserInterface
.