摘要:
// 设置 tableView整体的圆角设置 // /// 设置圆角// v_tableview.layer.cornerRadius = 7;// v_tableview.layer.masksToBounds = YES;// /// 设置边框// v_tableview.layer.bord... 阅读全文
摘要:
IOS中UIButton 的内容,标题,背景在button容器的相对位子的设置UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame = CGRectMake(100, 100,... 阅读全文
摘要:
//要实现UIWebViewDelegate代理@interface TestViewController : UIViewController{ UIWebView *protWebView;}@property (retain, nonatomic) IBOutletUIWebView *pr... 阅读全文