QQ-Goo icon indicating copy to clipboard operation
QQ-Goo copied to clipboard

initWIthFrame创建有bug

Open Jacky-LinPeng opened this issue 8 years ago • 1 comments

ZYGooView *testView = [[ZYGooView alloc] initWithFrame:CGRectMake(100, 100, 60, 60)]; [testView setBackgroundColor:[UIColor redColor]]; [self.view addSubview:testView]; 这样创建拉动有bug 没效果

Jacky-LinPeng avatar Jun 02 '16 06:06 Jacky-LinPeng