Yah code would really be helpful. Are you doing implicit layer animations on
the UIImageViews themselves? Or are you using Core Animation directly?
On Jan 19, 2014, at 12:28 PM, Eric E Dolecki wrote:
> Same parent view.
>
> Eric
>
>> On Jan 19, 2014, at 2:02 PM, Cody Garvin wrote:
>>
>>
Hi Marcus,
I've had a crash while dearchiving core text objects, though not this
particular case with archiving.
Obviously the object that's crashing is a UIFont used by the
NSAttributedString. One of its properties - by the look of it the font ascent -
triggers the underlying C++ code to calc
Hi,
Has anyone tried and succeeded in capturing the contents of an SKView to an
NSImage ? Techniques working for a regular NSView won't work apparently because
an SKView is based on OpenGL. I tried taking advantage of the fact that an
SKScene is an SKEffectNode and used a custom CIFilter which
Same parent view.
Eric
> On Jan 19, 2014, at 2:02 PM, Cody Garvin wrote:
>
> Are they in the same patent view?
>
> Please excuse mobile typos
>
>> On Jan 19, 2014, at 8:19 AM, Matt Neuburg wrote:
>>
>> On Wed, 15 Jan 2014 15:46:19 -0500, "Eric E. Dolecki"
>> said:
>>> I have a UIButton
sounds like an attribute can't encode itself. I know CGColorRef doesn't know
how to encode itself, which is what CoreText uses to render. If try and pull
the string out and serial size the attributes separately, or find a way to
serialize CGColorRef. Sorry I'm not much help.
Please excuse mobi
Are they in the same patent view?
Please excuse mobile typos
> On Jan 19, 2014, at 8:19 AM, Matt Neuburg wrote:
>
> On Wed, 15 Jan 2014 15:46:19 -0500, "Eric E. Dolecki"
> said:
>> I have a UIButton above a series of UIImageViews. At times, the
>> UIImageViews will slide under the button - a
Hello,
I got a crash log from a user that's mildly puzzling. It happens somewhere
deep down CoreText it seems, while encoding an NSAttributedString (whose content
I don't know). Any ideas how it can some to this?
My app has a standard UITextView that feeds the model property that is encoded
On Sun, 19 Jan 2014 11:58:15 +1000, Gideon King said:
>We have the seemingly impossible situation where the text is drawn in a font
>face that is not in the list returned by [UIFont familyNames].
Well, it isn't *very* impossible. Consider the case of a label or button whose
text drawn in one o
On Wed, 15 Jan 2014 15:46:19 -0500, "Eric E. Dolecki" said:
>I have a UIButton above a series of UIImageViews. At times, the
>UIImageViews will slide under the button - and they disappear until the
>animation (UIView) is complete.
>
>How can I prevent this and have the button remain in view at all
On Jan 18, 2014, at 9:45 PM, Roland King wrote:
> That was one point of confusion for me right at the start. IB binds the
> 'value' property but as far as I could tell, NSTextField doesn't have such a
> property, calling 'value' or 'valueForKey:@"value"' on it just raises as
> exception, so I a
10 matches
Mail list logo