Feedbacks is an easy way to show UI/UX feedback.
$ pod try Feedbacks
- iOS 10.0+
- Xcode 12.0+
- Swift 5.2
The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
To integrate Feedbacks
into your Xcode project using Xcode 12, specify it in File > Swift Packages > Add Package Dependency...
:
https://github.com/Ikloo/Feedbacks.git
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Feedbacks
into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'Feedbacks'
If you prefer not to use any of dependency managers, you can integrate Feedbacks
into your project manually. Put Sources/Feedbacks
folder in your Xcode project. Make sure to enable Copy items if needed
and Create groups
.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
- License:
MIT
- Author: Kirill Budevich / ikloo@yandex.ru
Thanks for watching.