Re: Get rid of warning "subview transition … requires Core Animation"
Re: Get rid of warning "subview transition … requires Core Animation"
- Subject: Re: Get rid of warning "subview transition … requires Core Animation"
- From: Jerry Krinock <email@hidden>
- Date: Sat, 11 Aug 2012 13:59:32 -0700
On 2012 Aug 11, at 11:21, Keary Suska <email@hidden> wrote:
> I had the same problem recently and all I could do was delete and re-create the object in the xib.
But my "transition" object appeared to be in a view that would take a long time to re-create. So, with your motivation Keary, I tried harder on the hand editing. Turns out that chopping out these lines worked…
<object class="NSDictionary" key="NSViewAnimations">
<string key="NS.key.0">subviews</string>
<object class="CATransition" key="NS.object.0">
<string key="subtype">fromTop</string>
<string key="type">fade</string>
<array key="__CACodingContents">
<string>subtype</string>
<string>type</string>
</array>
</object>
</object>
I've re-opened the project, re-edited that xib, and even relaunched Xcode several times and the fix seems to have stuck this time, and no corruption has been reported. Cautiously optimistic that the Xcode evil spirits have moved on!
_______________________________________________
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