Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Banner

Installation

Acknowledgements is available as a Swift Package. You can find information on how to add package dependencies to your app here.

Usage

import Acknowledgements
extension Acknowledgement {
    static let openSourceFramework = Acknowledgement(name: "Framework", copyright: "Copyright © YYYY Author's Name", license: .MIT)
}
let acknowledgementsVC = AcknowledgementsViewController(acknowledgements: [.openSourceFramework, .acknowledgements])

Acknowledgement already contains an Acknowledgement for the Acknowledgements framework, so you can easily credit it as shown in the above code block.

You can’t perform that action at this time.