Closed Jinsujin closed 1 year ago
Declaration
init( _ axes: Axis.Set = .vertical, showsIndicators: Bool = true, content: () -> Content )
ScrollView(.horizontal) { HStack { Text("1") .frame(width: 300, height: 500) .background(.red) Text("2") .frame(width: 300, height: 500) .background(.orange) Text("3") .frame(width: 300, height: 500) .background(.blue) } }.background(.gray)
문서 바로가기
Declaration
예제
컨텐츠 가로 스크롤하기