macOS/iOS API解説

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

目次

UIStepperクラス

INDEX>UIKit>

apple

ステッパー。「+」「-」ボタンを使って段階的に入力する部品。
継承 UIControl : UIView : UIResponder : NSObject
準拠 NSCoding (UIView)
UIAppearance (UIView)
UIAppearanceContainer (UIView)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 5.0以降
定義 UIStepper.h

概要

メソッドとプロパティ

ステッパーの設定

continuous property
autorepeat property
wraps property
minimumValue property
maximumValue property
stepValue property

ステッパー値へのアクセス

value property

クラス

UIStepper

参照