Hi everyone
I have created 3 UIViews: Main, Left and Right. I wanna switch between them with changing the Main subviews and I wanna do it with animation. My project works fine but without animation. I wrote my addSubview code after the
[UIView beginAnimations:nil context:Null] and befor the [UIView commitAnimations]. any idea?
I have created 3 UIViews: Main, Left and Right. I wanna switch between them with changing the Main subviews and I wanna do it with animation. My project works fine but without animation. I wrote my addSubview code after the
[UIView beginAnimations:nil context:Null] and befor the [UIView commitAnimations]. any idea?