08 2016 档案

摘要:func getLabHeigh(labelStr:String,font:UIFont,width:CGFloat) -> CGFloat { let statusLabelText: NSString = labelStr let size = CGSizeMake(width, 900) le 阅读全文
posted @ 2016-08-21 19:36 頭文字C 阅读(3128) 评论(0) 推荐(0)
摘要:web_about.backgroundColor = [UIColor clearColor]; web_about.opaque = NO; 最关键的是嵌入的HTML里: <body style = "background-color: transparent"> 如果有更好的方法, 请在评论里 阅读全文
posted @ 2016-08-14 23:05 頭文字C 阅读(238) 评论(0) 推荐(0)