BPFormsiOS 動(dòng)態(tài)表單
BPForms 是 iPhone/iPad 的動(dòng)態(tài)表單,可以通過(guò)編碼來(lái)創(chuàng)建表單。
示例代碼:
BPFormButtonCell *signUpCell = [[BPFormButtonCell alloc] init];
signUpCell.button.backgroundColor = [UIColor blueColor];
[signUpCell.button setTitle:@"Sign Up" forState:UIControlStateNormal];
signUpCell.button.layer.cornerRadius = 4.0;
signUpCell.button.layer.masksToBounds = YES;
signUpCell.buttonActionBlock = ^(void){
NSLog(@"Button pressed");
};評(píng)論
圖片
表情
