Top "Scroll-paging" questions

An implementation for a Scroll-View by providing the ability to snap into predefined frames.

UIScrollView: paging horizontally, scrolling vertically?

How can I force a UIScrollView in which paging and scrolling are on to only move vertically or horizontally at …

ios objective-c uiscrollview scroll-paging
Paging UIScrollView in increments smaller than frame size

I have a scroll view that is the width of the screen but only about 70 pixels high. It contains many 50 …

ios uiscrollview scroll-paging
How to implement on scrolldown pagination in Angular 4

I am new in angular 4. I want to implement scroll pagination in angular 4. Initially I want to show 20 records. After …

angular scroll-paging
iOS : How to do proper paging in UIScrollView?

I've a UIScrollView of size (320,160). I'm adding some UIImageView into it, which are of size (213,160). The first UImageView starting from 54 (…

iphone ios uiscrollview custom-paging scroll-paging
Add UIScrollView with Paging to Existing UIViewController

I'm wanting to add a UIScrollView with paging to go through different views from my existing view controller which is …

ios uiscrollview scroll-paging
Best way to disable ViewPager paging

I'm developing an app which have a ViewPager as a menu. Each fragment has a bunch of child views which …

android android-viewpager scroll-paging
How to create paging in iOS 7

I would like to kind of recreate the layout of the app I have pictures of below. There is a …

ios ios7 uiscrollview uipagecontrol scroll-paging
How to make an UICollectionView with infinite paging?

I have a UICollectionView with 6 pages, and paging enabled, and a UIPageControl. What I want is, when I came to …

infinite-scroll uicollectionview scroll-paging