1:系统方法过时的注解
1 | - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo NS_DEPRECATED_IOS(2_0, 3_0); |
Capturing Life & Tech
1 | - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo NS_DEPRECATED_IOS(2_0, 3_0); |
1 | //指定当前点为 current point,Quartz会跟踪current point一般执行完一个相关函数后,current point都会相应的改变。 |
1 | void CGContextAddArc ( |
1 | void CGContextAddEllipseInRect ( |
1 | CGContextMoveToPoint设置起点 |
ios绘图基础
http://liuyanwei.jumppo.com/2015/07/25/ios-draw-base.html
ios绘图demo,做一个涂鸦板(上)
http://liuyanwei.jumppo.com/2015/07/26/ios-draw-Graffiti.html
ios绘图demo,做一个涂鸦板(下)
http://liuyanwei.jumppo.com/2015/09/02/ios-draw-Graffiti-2.html
IOS绘制圆,直线,弧线,矩形,扇形,三角形,贝塞尔等图形:
http://blog.csdn.net/chocolateloveme/article/details/17246887
IOS开发UI篇—Quartz2D使用(绘图路径)
http://www.cnblogs.com/wendingding/p/3782679.html
Paths
http://donbe.blog.163.com/blog/static/138048021201052093633776/
IOS 使用Quartz 2D画虚线
http://blog.csdn.net/zhangao0086/article/details/7234859
1 | /* |
##ios9 回退不安全网络模式(支持http协议)
在项目中找到info.plist 源文件形式打开(右击info.plist文件-open as-source code),添加下面内容
1 | <key>NSAppTransportSecurity</key> |
linkingge 注:arbitrary 意思是任意的,AllowsArbitraryLoads 意思是允许所有的下载模式;在自己的项目中找到了此项,项目用到的测试API必须支持http协议。
1 | -(BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection{ |
1 | //获取cookie |
1 | #program mark -[注释内容] |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true