This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ContentView.swift | |
// RigelianTagger | |
// | |
// Created by Berrie Kremers on 05/03/2022. | |
// | |
// This shows how a directory structure can be shown in a sidebar, with dynamic loading | |
// of additional content as the user drills down in the hierarchy. | |
// |