macOS/iOS API解説

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

目次

UITableViewRowAnimation

INDEX>UIKit>UITableView>

テーブル行のアニメーション

typedef struct {
UITableViewRowAnimationFade,
UITableViewRowAnimationRight,
UITableViewRowAnimationLeft,
UITableViewRowAnimationTop,
UITableViewRowAnimationBottom,
UITableViewRowAnimationNone
} UITableViewRowAnimation;

ディアナチュラ ビタミンE(60日分)

ディアナチュラ ビタミンE(60日分)

解説

UITableViewRowAnimationFade フェードインで追加、フェードアウトで削除
UITableViewRowAnimationRight 右から追加される、右へ削除される
UITableViewRowAnimationLeft 左から追加される、左へ削除される
UITableViewRowAnimationTop 上から追加される、上へ削除される
UITableViewRowAnimationBottom 下から追加される、下へ削除される
UITableViewRowAnimationNone アニメーションしない

クラス

UITableView

Instance Methods

使用可能

iPhone3.0

参照