UIScrollView-InfiniteScroll icon indicating copy to clipboard operation
UIScrollView-InfiniteScroll copied to clipboard

UIScrollView ∞ scroll category

Results 17 UIScrollView-InfiniteScroll issues
Sort by recently updated
recently updated
newest added

add ability to choose direction of infinity scroll (top or bottom).

enhancement

This pull requet solves the problem when table is on scrollview. And when scrolling the table the content offset of the scrollview changes. In this case, the library does not...

Is it possible to show that new content is being loaded? For now, it's quite unclear to the user until they manually scroll to the bottom. For instance, it could...

Unable to see loading view on dark mode

Hi, I'll explain you my situation: 1. I have a framework where I added UIScrollView-InfiniteScroll with Carthage, where I have a page with a simple table view 2. In the...

It seems that infiniteScrollTriggerOffset does not kick in and check to see if a new load should occur unless you pass the offset AND stop scrolling. For example, if you...

discussion

It is'nt working, if i deselect the bounce on scroll property in storyboard for tableview. Thanks!

Hello, i cant reproduce constantly crash but sometimes it happens and i dont know why. It start crashing after we add library to project. I make exception breakpoint and it...

The same behaviour can be noticed in demo app: add leftNavBarItem "Up", which will handle tap as ` tableView.setContentOffset(CGPoint(x: 0, y: -tableView.contentInset.top), animated: true)` for example. Scroll by finger to...

How do we toggle the direction and position of the scroller in case we want to scroll infinitely upward instead of downward for example. If this is not supported can...

enhancement