Skip to content

DanielHusx/PathScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages