06 2016 档案

swift 图像的压缩上传
摘要:func imagePickerController(picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String : AnyObject]) { picker.dismissViewControllerAnimated(true, completion: nil) ... 阅读全文

posted @ 2016-06-13 16:17 sunyaxue 阅读(2242) 评论(0) 推荐(0)

swift UILabel加载html源码
摘要:@IBOutlet weak var content: UILabel! func setup(content:String){ self.content.preferredMaxLayoutWidth = UIScreen.mainScreen().bounds.size.width - 36 let content = "" + cont... 阅读全文

posted @ 2016-06-13 16:04 sunyaxue 阅读(3060) 评论(0) 推荐(0)

UITableViewCell上面添加UIWebView
摘要:首先创建一个webView对象和 在viewDidLoad里面设置创建webViewcell,设置属性并用kvo监听webViewcell中scrollView的size的变化 在tableview的数据源中把webViewCell添加到cell上面 把监听到的高纪录一下,设置webviewcell 阅读全文

posted @ 2016-06-13 15:58 sunyaxue 阅读(709) 评论(0) 推荐(0)

iOS 富文本点击事件
摘要:1 #import "ViewController.h" 2 3 #define font 17 4 @interface ViewController ()<UITextViewDelegate> 5 @property (weak, nonatomic) IBOutlet UITextView 阅读全文

posted @ 2016-06-13 15:32 sunyaxue 阅读(19224) 评论(4) 推荐(0)

导航