-1.用手拖动但是一直不离开scroller:
scrollViewWillBeginDragging:
停止拖动后:
scrollViewWillEndDragging:withVelocity:targetContentOffset:
scrollViewDidEndDragging:willDecelerate:
| * ARM: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348bc/CIAJGAIH.html | |
| * GNU: https://gcc.gnu.org/onlinedocs/gcc/index.html#Top |
| * 剪切板: http://www.cnblogs.com/zhuqil/archive/2011/08/04/2127883.html | |
| * 模糊效果 ios8: http://blog.csdn.net/hmt20130412/article/details/39930109, http://m.open-open.com/m/code/view/1428646042578 |
-1.用手拖动但是一直不离开scroller:
scrollViewWillBeginDragging:
停止拖动后:
scrollViewWillEndDragging:withVelocity:targetContentOffset:
scrollViewDidEndDragging:willDecelerate:
| // Taken from the commercial iOS PDF framework http://pspdfkit.com. | |
| // Copyright (c) 2014 Peter Steinberger, PSPDFKit GmbH. All rights reserved. | |
| // Licensed under MIT (http://opensource.org/licenses/MIT) | |
| // | |
| // You should only use this in debug builds. It doesn't use private API, but I wouldn't ship it. | |
| #import <objc/runtime.h> | |
| #import <objc/message.h> | |
| // Compile-time selector checks. |
| 我刚刚登陆了GitBook,就发现里面有好多文章,真是发现的够晚的啊,以后就有事情干啦: | |
| https://www.gitbook.com/book/zsisme/ios-/details |
北京,北京,我在这里迷惘,我在这里失去...
今天是近年来最冷的一天,我也在今天发现了Gist的美好,以后就在这里保存我的代码,记录我的点点滴滴了...
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |