首页 > 代码库 > UIButton细节

UIButton细节

1.[UIButtonbuttonWithType:UIButtonTypeCustom] = [[UIButtonalloc] init];
2.让btn在点击的时候出现闪亮效果
btn.showsTouchWhenHighlighted = YES;