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.
私はさまざまなビューとページコントロールを持っています。水平スクロールはビューをスライドさせることで機能しています。今、各ビューに垂直スクロールを実装したいと思います。
scrollView.contentSize = CGSizeMake(scrollView.frame.size.width * NumberOfPages, 1);