macOS/iOS API解説

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

目次

NSAnimationクラス

NSAnimation

解説

アニメーションのクラスです

松茸の土瓶蒸し(2客セット)陶器付・箱入

松茸の土瓶蒸し(2客セット)陶器付・箱入

継承 NSObject
準拠 NSObject (NSObject)
  NSCopying
  NSCoding
フレームワーク /System/Library/Frameworks/AppKit.framework
使用可能 Available in Mac OS X v10.4 and later.
定義 NSAnimation.h
定数ガイド  
関連するサンプル  

概要

サブクラス化の注意

引数

使用可能

10.4

参照

NSAnimation オブジェクトの初期化
– initWithDuration:animationCurve:
アニメーションの設定
– setAnimationBlockingMode:
– animationBlockingMode
– runLoopModesForAnimating
– setAnimationCurve:
– animationCurve
– setDuration:
– duration
– setFrameRate:
– frameRate
デリゲートの管理
– setDelegate:
– delegate
アニメーションのコントロールとモニタリング
– startAnimation
– stopAnimation
– isAnimating
– setCurrentProgress:
– currentProgress
– currentValue
プロセスタスクの管理
– addProgressMark:
– removeProgressMark:
– setProgressMarks:
– progressMarks
アニメーションのリンク
– startWhenAnimation:reachesProgress:
– stopWhenAnimation:reachesProgress:
– clearStartAnimation
– clearStopAnimation

クラスメソッド

インスタンスメソッド