Is tuning possible with IB Synchronize With Xcode?
Is tuning possible with IB Synchronize With Xcode?
- Subject: Is tuning possible with IB Synchronize With Xcode?
- From: lbland <email@hidden>
- Date: Mon, 7 Jul 2008 10:41:47 -0400
hi-
Is tuning possible with IB "Synchronize With Xcode"?
i.e.: Can I do any of this:
(a) Define which header files NOT to synch with (not to read and parse)?
(b) Only synch action and outlets that are marked with IBAction and
IBOutlet (macro) types?
(c) If there are no IBAction or IBOutlet defined in a header file
then skip parsing that header file into IB?
Or should I just turn off automatic "Synchronize With Xcode" and only
use "Read Class Files"?
It is nice to have the class definitions synched with Xcode, but IB
2.0 allowed a lot more fine tuning of what IB knew about.
Also, regarding parsing:
I see IB seems to parse both:
- (void)actionMethod:(id)sender
and
- (IBAction)actionMethod:(id)sender
Is there a way to get it to only parse those explicitly tagged with
IBAction (and similar with IBOutlet)?
thanks!-
-lance
_______________________________________________
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