Learn-iOS-Swift-by-Examples/PageControl
Liu Lantao 55f0167219
PageControl: Version 7.0, 2017-09-21
Upgraded to Swift, now uses Storyboards.

This application demonstrates how to use a "paginated" UIScrollView to display pages of images in a horizontal fashion as a mechanism for navigating between different pages of content. It is optimized to minimize the memory usage by loading only three image pages at a time the user user scrolls: the current page, the page before and after it. This application was designed as universal to run on both iPhone and iPad devices.

Signed-off-by: Liu Lantao <liulantao@gmail.com>
2017-10-16 22:51:30 +08:00
..
PageControl PageControl: Version 7.0, 2017-09-21 2017-10-16 22:51:30 +08:00
PageControl.xcodeproj PageControl: Version 7.0, 2017-09-21 2017-10-16 22:51:30 +08:00
LICENSE.txt PageControl: Version 7.0, 2017-09-21 2017-10-16 22:51:30 +08:00
ReadMe.md PageControl: Version 7.0, 2017-09-21 2017-10-16 22:51:30 +08:00

ReadMe.md

PageControl: Using a Paginated UIScrollView

This application demonstrates how to use a "paginated" UIScrollView to display pages of images in a horizontal fashion as a mechanism for navigating between different pages of content. It is optimized to minimize the memory usage by loading only three image pages at a time the user user scrolls: the current page, the page before and after it. This application as universal designed to run on both iPhone and iPad devices.

Build Requirements

iOS SDK 11.0 SDK and later

Runtime Requirements

iOS 10.0 and later

Copyright (C) 2010-2017 Apple Inc. All rights reserved.