e to
put (with code) the layer backed text field there before the animation takes
place, even though the text field will not be fully visible until the animation
is over.
What do you think?
> CC: cocoa-dev@lists.apple.com
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject
the
text field will not be fully visible until the animation is over.What do you
think?> CC: cocoa-dev@lists.apple.com> From: [EMAIL PROTECTED]> To: [EMAIL
PROTECTED]> Subject: Re: Simple Core Animation Problem> Date: Sat, 29 Nov 2008
00:08:44 -0700> > - Layers can have
- Layers can have rounded rects by setting the layer's cornerRadius
property. BTW, you can't create layers in a NIB. The *must* be created
in code.
- Layers do not inherit from NSResponder so clicks (and double-clicks)
must be registered through a backing layer
- You can easily hide a view su
I want to create this user interface element:
A rounded rectangle somewhere on the window (it should be able to be created
through code, not inside the NIB).
If I double click it, it should increase its height using animation.
But here is the catch: When the heigh is increased, a text field is re