摘要: 第一种:addsubviewUIView *line = [[UIView alloc]initWithFrame:CGRectMake(10, cellH-0.5, DEVW-10, 0.5)]; line.backgroundColor = ViewLineColor;第二种:自绘... 阅读全文
posted @ 2016-01-19 17:29 LeoMabi 阅读(548) 评论(0) 推荐(0)
摘要: if (!webviewHasLoaded && pdIntroduce.length>0) { webView = [[UIWebView alloc]initWithFrame:CGRectMake(10, 30 , DEVW-20, webviewH)]; ... 阅读全文
posted @ 2016-01-19 17:14 LeoMabi 阅读(701) 评论(0) 推荐(0)
摘要: UILabel *downloader = [[UILabel alloc]init]; NSString *downloadCount = [[LibraryArr objectAtIndex:indexPath.row]objectForKey:@"downloadCou... 阅读全文
posted @ 2016-01-19 11:41 LeoMabi 阅读(375) 评论(0) 推荐(0)