On Jul 5, 2008, at 8:34 AM, Uli Kusterer wrote:
On 27.06.2008, at 14:56, Chilton Webb wrote:
(1) If I specify that I want anything other than the main view to
have a layer, that view will instantly 'pop' to the foreground in
the window. However, its actual view remains in the same place in
On 27.06.2008, at 14:56, Chilton Webb wrote:
(1) If I specify that I want anything other than the main view to
have a layer, that view will instantly 'pop' to the foreground in
the window. However, its actual view remains in the same place in
the view hierarchy.
As far as I've seen so fa
Hi Chilton
You better do the addition of subviews and setting up the core
animation stuff in the view's
awakeFromNib rather than its initWithFrame: method. Since the view is
getting loaded from the nib, chances are
that your settings within initWithFrame get overridden by the settings
in t
On Jun 27, 2008, at 08:56, Chilton Webb wrote:
(3) Even when everything else is working right, the first time I
perform my animation method, the animation does not work. Instead,
it quickly swaps out the old view with the new one, and displays it
in the foreground, on top of all other views