AcknowList
AcknowList copied to clipboard
Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
This feature enables you to create a custom label for the List. If you want to style the label of the list entry you can design it by using the...
I added AcknowList to my project probably in iOS 13, and have never touched it since. But recently I checked the app and it seems that in iOS 15 I...
Added an optional closure parameter that can be invoked when the user wants to open the cocoapods URL, rather than using UIApplication. This is needed in situations where the view...
I discovered a problem when you combine Cocoapods plist with additional entries. ``` let viewController = AcknowListViewController(fileNamed: "file") // Add a special entry let someLicenseThatsNotInCocoapods = Acknow(title: "Foo", text: "baz")...
this will fix the issue with tabbar controller show on table cell selection
Hello, When searching AcknowList on Cocoapods, version is not up to date and on the detail page the readme is not up to date.
In `SwiftUI` there is no straightforward way to customize the title for the Acknowledgment List view. It would be nice to have an option to pass in the navigation title.
Apple is requiring app developers and third party SDKs to declare their use of the Required Reason APIs via a Privacy Manifest. Is AcknowList planning to add this to the...
- Update `AcknowListViewController` and `AcknowViewController` to enable native visionOS support