objective c - does assistant editor in xcode 3.4.3 has an alternative? -



objective c - does assistant editor in xcode 3.4.3 has an alternative? -

first, have xcode 3.4.3 installed on hackintosh(10.6.5). when started using xcode , follow apple's steps "your first mac app" tutorial. when walked through creating actions controls, inquire me utilize assistant editor create connections between command , logic code, can't find called assistant editor because using xcode 3.4.3?

could please tell me alternatives.

//edit: assistant editor seems nowadays @ xcode 4 , higher, tutorial using newer current xcode version. @popeye hint.

the alternative add together connections yourself. have add together outlets in interface-file (h-file) , implemenations in implementation-file (m-file).

there tutorial video fromon how accomplish this: xcode 3 recipes - connecting outlet

old post: mentioned "assistant editor" neat way connect outlets code. connects gui code. illustration if have button on screen , want register touch event on can utilize assistent editor that.

it on upper right corner of xcode. see screenshot:

it shows split view code on 1 side , storyboard on other. if have view open can hold control-key , drag connection gui element code.

from apple website: assistant (): presents separate editor pane content logically related in standard editor pane. utilize split controls in assistant pane split pane. utilize view > assistant layout set preferred assistant pane , split configuration. apple ios developer library - xcode basics

objective-c xcode hackintosh

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -