Not sure if this is a bug, but PagingView.m line 77 says
if ((theMinX <= theCenter.x) && (theMaxX >= theCenter.y)) {
which looks weird to me where an X value is compared against a Y value. I just suspect the intention is really to check if it is between the min/max, but I haven't really felt the impact of it.
Not sure if this is a bug, but PagingView.m line 77 says
if ((theMinX <= theCenter.x) && (theMaxX >= theCenter.y)) {
which looks weird to me where an X value is compared against a Y value. I just suspect the intention is really to check if it is between the min/max, but I haven't really felt the impact of it.