Results 22 comments of Cyan

如果 return nil; 其他第三方将有一些问题 其他第三方如果也重写了这个方法会不走, 建议 return [super hitTest]

和 tableview reload 的问题: reload 的后,滑动 tableview ,es回调后 tableview 会回弹

- (void)scrollView:(UIScrollView *)scrollView contentOffsetDidChange:(NSDictionary *)dictionary { [super scrollView:scrollView contentOffsetDidChange:dictionary]; CGFloat y = -scrollView.contentOffset.y + self.startContentOffsetY; self.percent = y / LQRefreshHeaderHeight; if (self.percent = 1) { self.percent = 1; } if...

Is it only the head instance? I can't can use it with footer

我也遇见这个问题了,新版本没有这样改么?

你好 不走点击事件方法 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 、、、、、、、 let label = UILabel(frame: CGRect(x: 100 , y: 200, width: 100, height: 40)) label.backgroundColor = UIColor.cyan label.text = "text123456789" label.textColor = UIColor.black...

我设置了 字体属性也有问题呀, swift版本是计算有问题 oc版本 是不会走计算方法

https://github.com/belin11/GBChart 找到一个显示区域的 但是折线是平滑模式的时候 底部区域可能会超过折线