拖动视图View,规则性的
创建一个普通的View 没什么好说的 示意图 如下
1 普通版本 :视图的简单拖动
代码地址 : 代码Githup地址
是通过 View 事件响应链里面常见的几种方法 去修改拖动的视角 之前是完全的frame 改变 这个版本是通过视图的自动布局去设置它的坐标 这样就可以适配不同的机器 就不用每一套视图 都去配置不同的frame
<p>这是一个普通段落:
<pre><code>override functouchesBegan(touches:Set, withEvent event:UIEvent?) {
}</code></pre>
<pre><code>override functouchesMoved(touches:Set, withEvent event:UIEvent?) {
}</code></pre></p><pre><code>override functouchesEnded(touches:Set, withEvent event:UIEvent?) {
}</code></pre></p><pre><code>override functouchesCancelled(touches:Set, withEvent event:UIEvent?) {
}</code></pre>
2 升级版 :实现图片截图和简单滤镜功能
代码如下: 代码Githup地址
因为图片没有选择 原图 所以 看起来Gif有点模糊 可以自行修改 从相册里面获取视图的时候 图片的清晰度