1.[UIButtonbuttonWithType:UIButtonTypeCustom]
= [[UIButtonalloc]
init];
2.让btn在点击的时候出现闪亮效果
btn.showsTouchWhenHighlighted
= YES;
时间: 2024-10-02 11:55:14
1.[UIButtonbuttonWithType:UIButtonTypeCustom]
= [[UIButtonalloc]
init];
2.让btn在点击的时候出现闪亮效果
btn.showsTouchWhenHighlighted
= YES;