Re: No more .ibplugins in Xcode 4, so now what...?
Re: No more .ibplugins in Xcode 4, so now what...?
- Subject: Re: No more .ibplugins in Xcode 4, so now what...?
- From: Kyle Sluder <email@hidden>
- Date: Fri, 13 May 2011 09:54:47 -0700
On May 13, 2011, at 9:26 AM, Sean McBride <email@hidden> wrote:
> Thanks for the thought, but the feature has been gone since at least
> WWDC10, and so I'm looking for real-world advice on how to transition,
> not pipe dreams about Apple changing their mind after a whole year.
Doesn't mean you shouldn't file a bug.
And realistically, if you've already written the bindings goop, what choice do you have other than calling -bind:::: programatically from -awakeFromNib? Bindings are also helpful when there are logically multiple KVO observations that need to be made. But often times that's done more simply with a regular property.
--Kyle Sluder
Sent from my iPad
>
>
> On Fri, 13 May 2011 10:59:16 -0400, Dave Fernandes said:
>
>> Also, file a bug report that Xcode 4 should support plugins.
>>
>> On 2011-05-13, at 10:48 AM, Sean McBride wrote:
>>
>>> Hi all,
>>>
>>> So now that Xcode 4 has deprecated .ibplugins, what are those of us that
>>> make use of them going to do instead?
>>>
>>> (Yes, I know I can still use Xcode 3 for now, but I'm looking farther
>>> ahead...)
>>>
>>> We have several custom NSView subclasses that expose bindings. We
>>> created an ibplugin so that we could connect all these bindings in IB.
>>>
>>> Options I've been thinking about:
>>> - use bind:::: programatically in, say, awakeFromNib
>>> - abandon the idea of custom bindings in my NSViews
>>>
>>> I'd be interested to know how others are transitioning...
>
>
> _______________________________________________
>
> 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
_______________________________________________
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