• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Editing nib files in XCode 4 and other stuff
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Editing nib files in XCode 4 and other stuff


  • Subject: Editing nib files in XCode 4 and other stuff
  • From: John Love <email@hidden>
  • Date: Sat, 30 Apr 2011 12:17:36 -0400

I've just converted my long-standing XCode 3 project to XCode 4.  I was very fortunate in that the only change I had to make was because the call to -setDelegate was changed from:

- (void )setDelegate:(id)delegate
to:
- (void )setDelegate:(id < NSToolbarDelegate >)delegate
- (void )setDelegate:(id < RunPortCategory >)delegate

for one class's ToolbarCategory and for my RunPortCategory for another Class.

(1) For what reason did they make that change to -setDelegate .. just plain ole (id) worked ??

(2) Based on what I've read (and shown) SO FAR is that XCode 3 generated nib's are not editable in XCode 4 and that the only way to get around this is:
      a. edit them in XCode 3 and do everything else in XCode 4 .. thank heavens I was smart enough to keep XCode 3 around
      b. re-generate them in XCode 4, basically starting over in XCode 4's integrated environment.  I don't know how to do that yet .. have downloaded various PDFs, so I've got a lot of reading to do .. something about creating a file first via the File Menu .. I'll get there eventually


John Love
Touch the Future! Teach!



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: XCode 4 settings
  • Next by Date: Editing nib files in XCode 4 and other stuff (corrected!)
  • Previous by thread: re: XCode 4 settings
  • Next by thread: Editing nib files in XCode 4 and other stuff (corrected!)
  • Index(es):
    • Date
    • Thread