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.
これらのインジケーターがユーザーの操作を妨げるユース ケースがあります。メソッドをサブクラス化してオーバーライドしたり、同様のことを行ってスクロール ビューからスクロール インジケーターを削除したりできますか?
Swift の UIScrollView の場合
scrollView?.showsHorizontalScrollIndicator = false scrollView?.showsVerticalScrollIndicator = false