摘要: // 设置 tableView整体的圆角设置 // /// 设置圆角// v_tableview.layer.cornerRadius = 7;// v_tableview.layer.masksToBounds = YES;// /// 设置边框// v_tableview.layer.bord... 阅读全文
posted @ 2014-04-30 11:14 cloudjhony 阅读(6428) 评论(0) 推荐(0) 编辑
摘要: IOS中UIButton 的内容,标题,背景在button容器的相对位子的设置UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame = CGRectMake(100, 100,... 阅读全文
posted @ 2014-04-30 10:38 cloudjhony 阅读(655) 评论(0) 推荐(0) 编辑
摘要: //要实现UIWebViewDelegate代理@interface TestViewController : UIViewController{ UIWebView *protWebView;}@property (retain, nonatomic) IBOutletUIWebView *pr... 阅读全文
posted @ 2014-04-30 10:33 cloudjhony 阅读(106) 评论(0) 推荐(0) 编辑