Normally, tutorials of UIScrollView talk about multiple pages with the size of the screen.
Beginning with the first page in the screen and the second page appearing a little in the right side:

And when scrolled, the same thing occurs with the second page: the first and the third page appears in the left/right side.

This scrollView is “implementable”? There’s a way to use pages but with not entire screen width?
Yes you can do that, just change the size of your scroll view to your desired size,
Content Size as (numberOfPages * width) of your scrollview
Also enable pagination
For more idea, refer to this sample project, just change scrollview size in xib 🙂
Hope it helps 🙂