大大东

Results 4 issues of 大大东

fix https://github.com/wangmchn/WMPageController/issues/642

问题 及 方案 见图: ![image](https://user-images.githubusercontent.com/13832911/103276261-04bf4a00-4a01-11eb-942c-096481a1a1f0.png) ``` WMMagicScrollView.m中的 - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context ; bug: maximumContentOffsetY 这个数值必须是像素的整数倍, 否则 196 行 设置contentOffset的值并不会精准, 系统会自动调整contentOffset像素对齐, 这时 207 行的判断是错误, 导致otherScrollView无法被滚动 例如: maximumContentOffsetY...

I am using the swift version of ANTLR4.13.1 to parse the objc code file, and I always encounter a crash. My code structure is as follows: ``` let queue =...