Re: How to copy class interface and implementation without connections to .xib file
Re: How to copy class interface and implementation without connections to .xib file
- Subject: Re: How to copy class interface and implementation without connections to .xib file
- From: "Richard Altenburg (Brainchild)" <email@hidden>
- Date: Mon, 02 Jul 2012 10:15:36 +0200
Thank you for elaborating on this, Charles. I was able to remove any connections to the old project by inserting new IBOutlets and IBActions with new names and pasting the code from the old project into the definition of the new methods. Copying the complete declarations copied over the connections to the old projects' .xib as well, so I won't do that again to avoid this problem.
[[[Brainchild alloc] initWithName:@"Richard Altenburg"] saysBestRegards];
Op 2 jul. 2012, om 09:41 heeft Charles Srstka het volgende geschreven:
> I guess what I’m saying is, check over your project and make sure you don’t accidentally have some reference to the .xib file (or the project containing it) in your project anywhere.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden