Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSSlider を特定の値で開始しようとしていますが、迅速な本やその他のリソースでそれを行う機能を見つけることができませんでした。これを行う簡単な方法はありますか?
ありがとう
まず、NSSlider のアウトレットを作成する必要があります。
@IBOutlet weak var yourSlider: NSSlider!
次に、次のように初期値を設定するだけです。
yourSlider.doubleValue = 0.5