On Aug 31, 1:33 pm, gustaf <
lindqvist.gus...@gmail.com> wrote:
> Maybe I've found a solution.
>
> This will trigger the scrollView:didMoveToPageAtIndex:
> Add the function call [self layoutSubviews]; in
> - (void)moveToPageAtIndex:(NSInteger)pageIndex resetEdges:(BOOL)
> resetEdges; :
>
> _pageArrayIndex = [self arrayIndexForPageIndex:pageIndex
> relativeToIndex:_centerPageIndex];
> _centerPageIndex = pageIndex;
> [self layoutSubviews];
> }
>
> I hope it don't broke anything else.
This is essentially the fix I committed in my local fork. The only
directly. Seems to work.