How do I control the background color during the iPhone flip view animation transition?

后端 未结 2 544
名媛妹妹
名媛妹妹 2021-02-07 14:19

I have some pretty standard flipping action going on:

[UIView beginAnimations:@\"swapScreens\" context:nil];
[UIView setAnimationTransition:UIViewAnimationTransi         


        
2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-07 14:59

    You can also set the background color on the Window in MainWindow.xib in IB if that's easier.

提交回复
热议问题