Apple公式のSwiftUIチュートリアルを、プログラミング超初心者向けに優しく解説するシリーズ第15回。前回に引き続き「Composing Complex Interfaces(複雑なインターフェースの作成)」を進めていきます(前回の記事はこちら)。 横スクロールでアイテムを一覧表示 ...
UIScrollView is a widget or component in UIKit that allows users to scroll through content that is larger than the visible area of a screen. In this article, we will discuss how to use UIScrollView in ...