テーブルビューをインデックスパスのセクションにプログラムでスクロールする方法を知っている人はいますか。私がやろうとしているのは、たとえば2つのセクションとifステートメントを含むテーブルビューを作成することです。
if loading = true scroll the table view up to hide the first section
when finished loading scroll table view back down to show first section
テーブルビューをインデックスパスのセクションにプログラムでスクロールする方法を知っている人はいますか。私がやろうとしているのは、たとえば2つのセクションとifステートメントを含むテーブルビューを作成することです。
if loading = true scroll the table view up to hide the first section
when finished loading scroll table view back down to show first section