How to save the window position (cocoa): Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(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…')
(No difference)

Revision as of 22:35, 16 June 2010

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!