AxisSegmentedView
AxisSegmentedView copied to clipboard
A library that allows you to easily create various styles of segmented views. Supports iOS, macOS and tvOS.
first of all, amazing work. The only question is can we use this segment view as tab view? is it possible?
Is item adaptive sizing supported? Not equal item size, thank you!
// // AISongsSegmentView.swift // AImphony // // import SwiftUI import AxisSegmentedView class ViscosityValue: ObservableObject { @Published var constant = ASConstant(divideLine: .init(color: Color(hex: 0x444444), scale: 0)) @Published var selectArea0: CGFloat =...