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

首頁 > 系統 > iOS > 正文

ios可拖動按鈕實例

2020-07-26 02:29:31
字體:
來源:轉載
供稿:網友

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

話不多說,上代碼:

- (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可拖動按鈕實例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 丹东市| 利川市| 建水县| 遵义市| 海丰县| 秦安县| 上栗县| 漳州市| 汶上县| 万州区| 岑巩县| 营山县| 博白县| 鹰潭市| 神木县| 南城县| 三门县| 九龙坡区| 临安市| 阿拉善左旗| 吴旗县| 苗栗县| 原阳县| 南丹县| 芒康县| 蒙自县| 昌吉市| 泽库县| 惠东县| 兰溪市| 中阳县| 工布江达县| 寿阳县| 海兴县| 潍坊市| 东乌珠穆沁旗| 白河县| 云梦县| 黑山县| 景洪市| 清涧县|