Women in Technology

Hear us Roar



Article:
  BYOB: Build Your Own Browser, Part 2
Subject:   helpppp
Date:   2008-11-04 14:53:00
From:   ali_Bas
hey can some1 give me a more detailed explanation of this... i cant seem to find the control panel or anythin...thanks



To start, we need to choose the MyDocument class in the Classes panel of the Interface Builder control panel (it is a subclass of NSObject). Once MyDocument is chosen, go to the "Classes" pulldown menu and choose "Add Outlet to MyDocument." An information window will pop up; make sure that it is on the "Outlets" tab and add two outlets: "webView" with type "WebView" and "urlString" with type "id." Next switch to the actions tab and add an action named "connectURL."

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • helpppp
    2008-11-15 17:59:38  Kemper [View]

    Yeah, that stopped me too. Apparently quite a few things have changed in Interfaced Builder since 2004, and they have not updated this article. I was able to get part one of this three part series working, but this whole thing about "the MyDocument class in the Classes panel" has me completely stymied. I'd be nice if they updated this article so that the tutorial could be followed again.