
IOS
文章平均质量分 57
sdyingcai
专注所以专业
展开
-
ios UIWebView网页缩略图为空白解决办法
纠结了几天的小问题分享下: 1. 截取UIWebView缩略图办法 //webBrowser为UIWebViw对象 UIGraphicsBeginImageContext(webBrowser.frame.size); CGContextRef context = UIGraphicsGetCurrentContext();原创 2013-07-05 14:46:31 · 1266 阅读 · 0 评论 -
swift object-c 数组插入,排序,删除对比
object-c 部分原创 2014-06-25 18:38:06 · 855 阅读 · 0 评论 -
swift object-c 使用
swift and oc 1. swift通过括号初始化属性,oc通过alloc init方式初始化. SWIFT let myTableView: UITableView = UITableView(frame: CGRectZero, style: .Grouped) OBJECTIVE-C UITableView *myTableVi原创 2014-06-13 17:50:16 · 1555 阅读 · 0 评论 -
xcode Swift SourceKitService Crashed
I eventually solved the problem by quitting Xcode, emptying out the ~/Library/Developer/Xcode/DerivedData folder, and then reopening the project转载 2014-11-24 15:25:57 · 492 阅读 · 0 评论 -
Test
原创 2015-04-17 01:50:36 · 340 阅读 · 0 评论