最終更新:2013-01-11 (金) 04:22:16 (4122d)  

RootViewController.h
Top / RootViewController.h

Page-Based Application

#import <UIKit/UIKit.h>

@interface RootViewController : UIViewController <UIPageViewControllerDelegate>

@property (strong, nonatomic) UIPageViewController *pageViewController;

@end

実装

関連