macOS/iOS API解説

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

目次

UIProgressView

UIProgressViewクラス

INDEX>UIKit> プログレスバーのクラスです。 apple 継承 UIControl : UIView : UIResponder : NSObject 準拠 NSCoding NSCoding (UIView) NSObject (NSObject) フレームワーク /System/Library/Frameworks/UIKit.framework 使用可能 iOS 2.0 定義 UIProgress…

UIProgressViewStyle

INDEX>UIKit>UIProgressView typedef NS_ENUM(NSInteger, UIProgressViewStyle) { UIProgressViewStyleDefault, UIProgressViewStyleBar, }; UIProgressViewStyleDefault 通常のスタイル UIProgressViewStyleBar 例文 #pragma mark UIProgressView initWithP…

-initWithProgressViewStyle:

INDEX>UIKit>UIProgressView 指定したスタイルでプログレスビューを初期化して返します。 -(id)initWithProgressViewStyle:(UIProgressViewStyle)style 解説 返り値 ( id ) 引数 ( UIProgressViewStyle )style UIProgressViewStyle UIProgressViewStyleDefau…

progressViewStyle

プロパティ プログレスビューのスタイル 解説 @property(nonatomic) UIProgressViewStyle progressViewStyle フレームワーク UIKit クラス UIProgressView Property 使用可能 iPhone2.0 参照 例文

progress

プロパティ 進行状況をしめす数値 解説 @property(nonatomic) float progress 返り値 引数 フレームワーク UIKit クラス UIProgressView Property 使用可能 iPhone2.0 参照 例文