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 を取得しました。それへの更新ロジック リンクがないため、プルダウンされないようにしたいので、プルダウン動作がまったくないようにする必要があります。
更新ロジックがない場合はUIRefreshController、テーブルに a を追加しないでください。
UIRefreshController
テーブル ビューがスクロールしないようにするその他の理由がある場合は、 に設定scrollEnabledしNOます。テーブル ビューが境界を超えてスクロールするのを止めたいだけの場合は、 に設定bouncesしNOます。
scrollEnabled
NO
bounces