UIView * lineView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, bgView.frame.size.width, 0.5)]; lineView.backgroundColor = JYEColor(226, 226, 226); Read More
posted @ 2016-08-10 17:21 偶阵雨ss33 Views(1019) Comments(0) Diggs(0)
//头部拉伸效果 #import "ViewController.h" @interface ViewController ()<UITableViewDelegate,UITableViewDataSource> @property (nonatomic) UITableView *tabelVi Read More
posted @ 2016-08-10 11:22 偶阵雨ss33 Views(164) Comments(0) Diggs(0)