xcode - How to display "the" Assistant Editor? -


http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphone101/articles/05_configuringview.html

  1. in xcode, select view controller’s nib file (myviewcontroller.xib).
  2. display assistant editor.
  3. make sure assistant displays view controller’s header file (myviewcontroller.h).
  4. control drag button in nib file method declaration area in header file.

how step 2?

how display "the" assistant editor?

it's exclusive xcode 4:

assistant editor


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -