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.
セルを再利用できる正確な状況は何ですか ( UITableViewクラスdequeueReusableCellWithIdentifierで使用)?
dequeueReusableCellWithIdentifier
渡した識別子を使用してセルを再利用できること。必要な唯一の要件は、必要な同じタイプのセルに同じ識別子を使用することです。
再利用できない場合は、作成する必要があることを覚えておいてください。