Kiryl Belasheuski
Results
2
comments of
Kiryl Belasheuski
For me problem was in the method ``` - (void)updatePageMode:(NSUInteger)pageMode { if(_pageMode == pageMode){ return; } _pageMode = pageMode; [self repositionViews]; } ``` Line [self repositionViews] wasn't called never for...
Hi @scenee, I've checked branch `iss-455 ` In the .tip state I was able to scroll up to see the first row of the tableView. But one case: I am...