First, you need State property to keep the selected value. @State private var number = 1. Next, create VStack with Text that will show the ...
確定! 回上一頁