How to save the window position (cocoa)

From Wurst-Wasser.net
Revision as of 21:35, 16 June 2010 by Heiko (talk | contribs) (Created page with 'It's as easy as this: # Open your Interface-File, e.g. <tt>MainMenu.xib</tt> and select your window:<br>Image:RubyCocoaTutorialSaveWindowPosition01.png # Enter an ''Autosave…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

It's as easy as this:

  1. Open your Interface-File, e.g. MainMenu.xib and select your window:
    RubyCocoaTutorialSaveWindowPosition01.png
  2. Enter an Autosave name: RubyCocoaTutorialSaveWindowPosition02.png

That's it! Really!