Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 862 Bytes

File metadata and controls

26 lines (18 loc) · 862 Bytes

MSL SwiftUI

MSL SwiftUI provides common helper functions to work with SwiftUI.

Features

Installation

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding MSLNetworking as a dependency is as easy as adding it to the dependencies value of your Package.swift or the Package list in Xcode.

dependencies: [
    .package(url: "https://github.com/MichiganLabs/MSLToolkit.git", from: "0.0.1")
]

Then add the dependency of MSLSwiftUI to your target:

.product(name: "MSLToolKit", package: "MSLSwiftUI")