Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 721 Bytes

PathScrollView

macOS SwiftUI path scroll view

Usage

PathScrollViewWrapper(path: "/Users/daniel/Documents")

// separator by "/"
PathScrollViewWrapper(path: "/Users/daniel/Documents/iProjects/iGithub/DHCode/iProjects/iGithub/DHCode",
                                  defaultTextFont: .boldSystemFont(ofSize: 14),
                                  defaultTextColor: .textColor,
                                  overTextColor: .yellow)

// separator by "i"
PathScrollViewWrapper(path: "UsersdanielDocumentsiProjectsiGithubDHCodeiProjectsiGithubDHCode",
                                  separator: "i",
                                  defaultTextFont: .boldSystemFont(ofSize: 14))

demo