1
我有UIButton視圖,當我錄製這個按鈕時我想創建新視圖並在iPad屏幕上顯示它,我如何查看這個視圖,就像從按鈕增長到全屏一樣?從動畫點調整UIView的大小
我有UIButton視圖,當我錄製這個按鈕時我想創建新視圖並在iPad屏幕上顯示它,我如何查看這個視圖,就像從按鈕增長到全屏一樣?從動畫點調整UIView的大小
下一次居然表現出一定的努力,與您尋求幫助
- (void)buttonTapped:(UIButton *)button;
{
UIView *expandingView = [[UIView alloc] initWithFrame:button.frame];
expandingView.backgroundColor = [UIColor redColor];
[self.view addSubview:expandingView];
[UIView animateWithDuration:.25f
animations:^{
expandingView.frame = self.view.bounds;
}];
}
點擊按鈕事件時試了一下等等。
創建視圖,幀大小爲0和淵源考作爲 按鈕的中心
。2.加使用動畫塊變化 到MAINVIEW
3.Then幀到原單
What are block-based animation methods in iPhone OS 4.0?
使用此qn來查找如何添加動畫