jimHuang
Results
4
issues of
jimHuang
``` - (void)drawRect:(CGRect)rect { // Drawing code [super drawRect:rect]; CGContextRef ctx = UIGraphicsGetCurrentContext(); CGFloat height = self.frame.size.height; int index = (int)self.progress; index = (index
在`WMMagicScrollView`的KVO回调有`scrollView`导致的Bug ``` - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { if (object == self) { //Adjust self scroll offset when scroll down if (diff > 0 && _lock) {...