To make nice looking progress bar in SwiftUI you just need ZStack and two RoundedRectangles. Something like below: GeometryReader { geo in ...
確定! 回上一頁