macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UIPageViewControllerクラス

INDEX>UIKit>

apple

ページめくりの管理を行うクラスです
継承 NSObject
準拠 NSCoding (UIViewController)
UIAppearanceContainer (UIViewController)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 5.0以降
定義 UIPageViewController.h

概要

ページめくりの管理を行うコラスです。

メソッドとプロパティ

ページビューコントローラーの作成

– initWithTransitionStyle:navigationOrientation:options
dataSource property
delegate property

表示オプション

navigationOrientation property
spineLocation property
transitionStyle property
doubleSided property

クラス

UIPageViewController

参照