Scroll Views - J.D. Gauchat

Scroll Views

Author: J.D. Gauchat


  • Publication Date: 2018-01-01
  • Category: Programming

Summary

Learn how to incorporate Scroll Views into your iOS applications. After reading this guide, you will know how to create and configure a Scroll View, how to zoom in and out its content, how to divide it into pages, and how to define the user interface inside a Scroll View to allow the user to scroll it.

Table of Contents

SCROLL VIEWS
Scroll Views
Scrolling
Zooming
Pages
Scrolling the Interface

QUICK REFERENCE
UIScrollView
UIScrollViewDelegate
UIPageControl

This guide assumes that you have a basic knowledge of app development, Xcode, and the Swift language. If you don't know how to program in Swift or how to create an application with Xcode, download our guides Introduction to Swift and Interface Builder. For a complete course on app development for iOS, read our book iOS Apps for Masterminds.

This guide is a collection of excerpts from the book iOS Apps for Masterminds. The information included in this guide will help you understand a particular aspect of app development in iOS, but it will not teach you everything you need to know to develop an app for Apple devices. If you need a complete course on app development for iOS, read our book iOS Apps for Masterminds. For more information, visit our website at www.formasterminds.com.

Comments