import SwiftUI struct PagingCollectionUI: View { @State private var currentIndex:Int = 0 @State private var offset: CGFloat = 0 @State