* NOTE : (not animated ScrollView)
Hi all.
I have a bunch of views in a scrollview. and the current (lets call it a card)
has animation on it.
But by the time all the views have drawn on the Scrollview, I seem to miss the Animation.
How do I best sync the Drawing of the scrollview and the Animated View?
thanks
Ian
ps. Using to Animate:
Hi all.
I have a bunch of views in a scrollview. and the current (lets call it a card)
has animation on it.
But by the time all the views have drawn on the Scrollview, I seem to miss the Animation.
How do I best sync the Drawing of the scrollview and the Animated View?
thanks
Ian
ps. Using to Animate:
Code:
CAAnimationGroup *animGroupp = [CAAnimationGroup animation];
// Scroll view is being populated in:
- (void)viewDidLoad
// would viewWillApear be better ??
-(void)viewWillAppear:(BOOL)animated