星星評分
作者:佚名
通過button實現(xiàn)的星星評分
源碼簡介
通過button實現(xiàn)
源碼截圖
源碼片段
- - (id)initWithFrame:(CGRect)frame
- {
- self = [super initWithFrame:frame];
- if (self)
- {
- arrays = [[NSMutableArray alloc] init];
- isRise = YES;
- titleLab = [[UILabel alloc] initWithFrame:CGRectMake(10, 10, 40, 20)];
- titleLab.backgroundColor = [UIColor clearColor];
- titleLab.font = [UIFont systemFontOfSize:14];
- [self addSubview:titleLab];
- for (int i = 0; i
責任編輯:chenqingxiang
來源:
網(wǎng)絡(luò)整理