摘要: UIButton *btn = [UIButton buttonWithType:UIButtonTypeSystem]; @weakify(btn) UILongPressGestureRecognizer *longPressGes = [[UILongPressGestureRecognizer alloc] init]; [btn addGestureRecognizer:longPres 阅读全文
posted @ 2019-08-22 23:53 ashamp 阅读(330) 评论(0) 推荐(1)