簡簡單單完成UIButton Highlight 動畫

    [sender setBackgroundColor:[UIColor grayColor]];
    [sender setAlpha:0.5];
    [UIView beginAnimations:nil context:NULL];
    [UIView setAnimationDuration:0.5];
    [sender setAlpha:0.1];
    [UIView commitAnimations];

留言

熱門文章