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