摘要:
UILabel *lLabel = [[UILabel alloc] initWithFrame:CGRectMake(0, 19, 105, 1)]; lLabel.backgroundColor = getColorWithRGB(40, 125, 244, 1.0); [prot... 阅读全文
摘要:
- (void)viewDidLoad{ [super viewDidLoad]; [self addTapForView];}- (void)addTapForView { UITapGestureRecognizer *tapGestureRecognizer =[[... 阅读全文