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

首頁 > 系統 > iOS > 正文

ios可拖動按鈕實例

2019-10-21 18:41:35
字體:
來源:轉載
供稿:網友

最近產品抽風,想做許鮮網的那個小客服按鈕,雖然沒啥難度,但是我懶啊,哈哈,上度娘搞了一個,但是點擊事件和拖動重復了,擦。干脆寫一個吧,僅供參考。

話不多說,上代碼:

- (UIButton *)panButton { if (!_panButton) {  UIPanGestureRecognizer *panGesture = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(panAction:)];  _panButton = [[UIButton alloc] init];  _panButton.backgroundColor = [UIColor blueColor];  _panButton.layer.borderWidth = 1.f;  _panButton.layer.borderColor = [UIColor greenColor].CGColor;  [_panButton setTitle:@"清除緩存" forState:UIControlStateNormal];  _panButton.titleLabel.font = [UIFont systemFontOfSize:9];  [_panButton addTarget:self action:@selector(buttonAction:) forControlEvents:UIControlEventTouchUpInside];  [_panButton addGestureRecognizer:panGesture]; } return _panButton;}- (void)panAction:(UIPanGestureRecognizer *)recognizer { CGPoint translationPoint = [recognizer translationInView:self.view]; CGPoint center = recognizer.view.center; recognizer.view.center = CGPointMake(center.x + translationPoint.x, center.y + translationPoint.y); [recognizer setTranslation:CGPointZero inView:self.view];}-(void)buttonAction:(UIButton *)sender{ NSLog(@"煩人,點我干啥~");}

以上這篇ios可拖動按鈕實例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持VEVB武林網。


注:相關教程知識閱讀請移步到IOS開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 安吉县| 庆元县| 沐川县| 潍坊市| 天祝| 大厂| 大同市| 玛沁县| 内黄县| 邮箱| 嘉祥县| 浦县| 钦州市| 葫芦岛市| 和龙市| 长垣县| 凤山市| 陆河县| 永济市| 福泉市| 长岛县| 玛多县| 荃湾区| 阿克苏市| 黄石市| 临漳县| 汽车| 昌都县| 通道| 叶城县| 岑溪市| 齐齐哈尔市| 青川县| 大宁县| 鹤峰县| 长沙县| 桂林市| 齐河县| 法库县| 余庆县| 积石山|