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 で Android と同様のタブを作成する方法はありますか。つまり、スワイプでそれらの間を移動し、あたかもそれらが隣り合ったペインであるかのように?
マイク
UIScrollViewとを使用するだけpagingEnabled=YESです。
UIScrollView
pagingEnabled=YES
すべてを示すAppleドキュメントのPageControlサンプルコードを参照してください。