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.
何らかの理由で、iOS アプリの右側のポップアップ パネルとコンテンツが水平方向にスクロールしています。
ありがとう !
UIScrollView の場合は、これを使用します
self.rightSideScrollView.alwaysBouncesHorizontal=NO;
次に、
self.rightSideScrollView.contentSize.width
self.rightSideScrollView の境界を超えていません。