+ indexPathForRow:inSection:
Initializes an index path with the indexes of a specific row and section in a table view.
インデックスパスをテーブルビューの中の特定の行と区画のインデックスで初期化します。
+ indexPathForItem:inSection:
Initializes an index path with the indexes of a specific item and section in a collection view.
あるインデックスパスを、あるコレクションビューの中の特定の項目および区画のインデックスそれらで初期化します。
section
An index number identifying a section in a table view or collection view.
テーブルビューまたはコレクションビューの中のある区画を識別するインデックス番号。
item
An index number identifying an item in a section of a collection view.
コレクションビューのある区画の中のある項目を識別するインデックス番号。