UIPageControl
INDEX>UIKit ページコントロールのクラスです。 継承 UIControl : UIView : UIResponder : NSObject 準拠 NSCoding (UIView) UIAppearance (UIView) UIAppearanceContainer (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.f…
解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIPageControl Instance Methods 使用可能 iPhone2.0 参照 例文
-(CGSize)sizeForNumberOfPages:(NSInteger)pageCount 解説 返り値 ( CGSize ) 引数 ( NSInteger )pageCount フレームワーク UIKit クラス UIPageControl Instance Methods 使用可能 iPhone2.0 参照 例文
ページ数 解説 @property(nonatomic) NSInteger numberOfPages フレームワーク UIKit クラス UIPageControl Property 使用可能 iPhone2.0 参照 例文
ページが1ページだけの場合はコントロールを表示しないかどうか 解説 @property(nonatomic) BOOL hidesForSinglePage フレームワーク UIKit クラス UIPageControl Property 使用可能 iPhone2.0 参照 例文
遅れて状態を変更しないか 解説 @property(nonatomic) BOOL defersCurrentPageDisplay フレームワーク UIKit クラス UIPageControl Property 使用可能 iPhone2.0 参照 例文
現在のページ 解説 @property(nonatomic) NSInteger currentPage フレームワーク UIKit クラス UIPageControl Property 使用可能 iPhone2.0 参照 例文