国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

swift 拖動view代碼

2019-11-08 19:52:31
字體:
來源:轉載
供稿:網友

將一個View拖動到SB,創建一個redView繼承自UIView,

//// RedView.swift// DragView//// Created by luoriver on 2017/2/15.// Copyright ? 2017年 SocererGroup. All rights reserved.//import UIKitclass RedView: UIView { /* // Only override draw() if you perform custom drawing. // An empty implementation adversely affects performance during animation. override func draw(_ rect: CGRect) { // Drawing code } */ override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) { //獲取手指 let touch = (touches as NSSet).anyObject() as! UITouch let nowLocation = touch.location(in: self) let PReLocation = touch.previousLocation(in: self) //獲取兩個手指的偏移量 let offsetX = nowLocation.x - preLocation.x let offsetY = nowLocation.y - preLocation.y var center = self.center center.x += offsetX center.y += offsetY self.center = center }}
上一篇:map與set

下一篇:GDOI2017模擬2.15

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 砀山县| 防城港市| 准格尔旗| 嘉荫县| 长顺县| 都江堰市| 兰坪| 连江县| 平乐县| 聊城市| 奉化市| 宣城市| 历史| 阜新市| 尉氏县| 新兴县| 大荔县| 靖西县| 全南县| 河南省| 鹤峰县| 海城市| 大新县| 安新县| 商丘市| 英超| 叶城县| 吴堡县| 元朗区| 临清市| 阳春市| 肇东市| 利川市| 丹江口市| 清流县| 大城县| 安康市| 即墨市| 陆川县| 武义县| 兴国县|