macOS/iOS API解説

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

目次

UIPageControl

UIPageControlクラス

INDEX>UIKit ページコントロールのクラスです。 継承 UIControl : UIView : UIResponder : NSObject 準拠 NSCoding (UIView) UIAppearance (UIView) UIAppearanceContainer (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.f…

updateCurrentPageDisplay

解説 返り値 ( void ) 引数 フレームワーク UIKit クラス UIPageControl Instance Methods 使用可能 iPhone2.0 参照 例文

sizeForNumberOfPages:

-(CGSize)sizeForNumberOfPages:(NSInteger)pageCount 解説 返り値 ( CGSize ) 引数 ( NSInteger )pageCount フレームワーク UIKit クラス UIPageControl Instance Methods 使用可能 iPhone2.0 参照 例文

numberOfPages

ページ数 解説 @property(nonatomic) NSInteger numberOfPages フレームワーク UIKit クラス UIPageControl Property 使用可能 iPhone2.0 参照 例文

hidesForSinglePage

ページが1ページだけの場合はコントロールを表示しないかどうか 解説 @property(nonatomic) BOOL hidesForSinglePage フレームワーク UIKit クラス UIPageControl Property 使用可能 iPhone2.0 参照 例文

defersCurrentPageDisplay

遅れて状態を変更しないか 解説 @property(nonatomic) BOOL defersCurrentPageDisplay フレームワーク UIKit クラス UIPageControl Property 使用可能 iPhone2.0 参照 例文

currentPage

現在のページ 解説 @property(nonatomic) NSInteger currentPage フレームワーク UIKit クラス UIPageControl Property 使用可能 iPhone2.0 参照 例文